chris.lewis

Members
  • Content count

    1
  • Joined

  • Last visited

About chris.lewis

  • Rank
    Forum Newbie
  1. Hello, I've recently converted my flash-based charts to javascript/HTML. When I clicked the export button I received an error similiar to this post: http://forum.fusioncharts.com/topic/13827-export-chart-javascript-throws-exceptions/?hl=dangerous To resolve that problem I added ValidateRequest="false" to FCExporter.aspx (web.config already has the requestValidationMode set). Now, I get a different error. The error is in FCExporter.aspx.cs (line 1232) on this line of code: int fRepeat = int.Parse(split_data[1]); The error is: Index was outside the bounds of the array. Is there a solution/workaround to this problem? Thanks in advance