How can I resolve exception: Error executing child request for ChartImg.axd
Posted
by macleojw
on Stack Overflow
See other posts from Stack Overflow
or by macleojw
Published on 2009-09-04T17:56:26Z
Indexed on
2010/03/21
18:11 UTC
Read the original article
Hit count: 724
I'm using the Chart Controls for Mircosoft .NET Framerwork. Most of the time they work perfectly. However, if I leave a page for longer than 20-30 mins and then try to refresh the page, I get an error saying:
Error executing child request for ChartImg.axd. Exception Details: System.Web.HttpException: Error executing child request for ChartImg.axd.
If I update the page using an AJAX update panel I get the following error:
Sys.WebForms.PageRequestManagerServerErrorException: Error executing child request for ChartImg.axd
It seems that the chart handler stops after a period of inactivity. Most of the webpages I've looked at for this error are for situations when this error is displayed all the time. In my case it is only displayed after a period of inactivity.
Can someone provide a better explanation of what is happening and suggest a solution?
© Stack Overflow or respective owner