Bo George Report post Posted November 23, 2011 We are getting the error message "Unspecified Error" when loading charts in IE7 (specifically 7.0.5730). They render fine in IE7 (7.0.6002) and above. As a validation we get the same error message and same line # when viewing the online demo site in IE 7.0.5730. http://www.fusioncharts.com/demos/Blueprint/ It appears to be an issue with msxml3.dll but I was hoping to find a work around or some help. We are using Fusion Charts v3.2.2 currently and are rendering charts via Json like below: var myChart = new FusionCharts("FusionCharts/" + flashObject, ChartId, '<%= Width %>', '<%= Height %>', "0", "1"); myChart.setJSONUrl(ServiceUrl); myChart.render(RenderDivId); Unfortunately, we have preconfigured machines for over 100K users and updates to IE are not an option. I saw other posts with similar issues with "unspecified error" that may have been fixed with updates but they were for downloads and we are having the issue on just rendering a chart. Share this post Link to post Share on other sites
Guest Angshu Report post Posted November 24, 2011 Hi, Welcome to FusionCharts Forum! Please find the latest JS files attached for your reference. You would need to copy these JS files in your charts folder. Hope this helps. LatestJS_ServiceRealease1.zip Share this post Link to post Share on other sites