This is a migrated thread and some comments may be shown as answers.

Error Popup Message

1 Answer 90 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
rubenhak
Top achievements
Rank 1
rubenhak asked on 31 Oct 2009, 07:37 PM
Hi,

I have 5 charts on my page. Sometimes I'm getting a popup error message saying;
"Error loading RadChart image.
You may also wish to check the ASP.NET Trace for further details.
Display stack trace?"

Is ther eany way to fix this issue?

Thanks,
Ruben.

1 Answer, 1 is accepted

Sort by
0
Giuseppe
Telerik team
answered on 04 Nov 2009, 02:04 PM
Hi rubenhak,

We have received similar reports only for charts used in a load balanced environment and we suppose that is the case with your project as well -- when RadChart is placed in a load balanced environment, there could be an issue if the page is served  and therefore the chart image is generated by one machine and the next request for the image itself is served by another machine. Then this second machine will not be able to find the image in the session. The solution would be to implement State server or SQL server session state mode or sticky sessions, ensuring that all the requests from one user will be handled by the same server.

Specifically for the popup -- it is only visible if the project is run in Debug mode; if you are running in Release mode the chart will not display in the described scenario but you will get no popup either.


Hope this helps.


All the best,
Manuel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Chart (Obsolete)
Asked by
rubenhak
Top achievements
Rank 1
Answers by
Giuseppe
Telerik team
Share this question
or