Sign in to follow this  
Bo George

Unspecified Error When Loading Charts Ie7

Recommended Posts

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this