Hi,
I am using Rad Controls of version 2009.2.701.35. I need to load a series of Rad Charts dynamically. The no.of charts are also dynamic. While loading the charts am getting the following error, for few charts:
Error loading RadChart image.
You may also wish to check the ASP.NET Trace for further details.
Display stack trace?
A red X mark is displayed in place of those charts.
Am able to see other charts(Like, out of 10 charts am able to see 8 or 7 charts). This error message is not consistent for a particular chart always. For a same set of records one time am getting error on 5th and 9th charts, and if I load the same page again, am getting error in different chars,(like 2nd and 4th).
I read through many forums related to this issue. I tried various options but they are not working out for me.
I tried adding,
<add name="ChartHandler" path="ChartImage.axd" verb="*"
type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI" />
in my system.webServer section in web.config.
As per forum I also tried adding,
<add name="ChartImage_axd" path="ChartImage.axd" verb="*" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Version=2009.2.701.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" preCondition="integratedMode" />
I tried setting the,
RadChart rChart = new RadChart();
rChart.HttpHandlerUrl = ResolveUrl("ChartImage.axd"); from my code behind.
Am testing this in my local development environment (Visual Studio 2008). Am getting the same error in development as well as deployed location.
If anyone have solution for this, Please help me out!!!
Thanks.
I am using Rad Controls of version 2009.2.701.35. I need to load a series of Rad Charts dynamically. The no.of charts are also dynamic. While loading the charts am getting the following error, for few charts:
Error loading RadChart image.
You may also wish to check the ASP.NET Trace for further details.
Display stack trace?
A red X mark is displayed in place of those charts.
Am able to see other charts(Like, out of 10 charts am able to see 8 or 7 charts). This error message is not consistent for a particular chart always. For a same set of records one time am getting error on 5th and 9th charts, and if I load the same page again, am getting error in different chars,(like 2nd and 4th).
I read through many forums related to this issue. I tried various options but they are not working out for me.
I tried adding,
<add name="ChartHandler" path="ChartImage.axd" verb="*"
type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI" />
in my system.webServer section in web.config.
As per forum I also tried adding,
<add name="ChartImage_axd" path="ChartImage.axd" verb="*" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Version=2009.2.701.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" preCondition="integratedMode" />
I tried setting the,
RadChart rChart = new RadChart();
rChart.HttpHandlerUrl = ResolveUrl("ChartImage.axd"); from my code behind.
Am testing this in my local development environment (Visual Studio 2008). Am getting the same error in development as well as deployed location.
If anyone have solution for this, Please help me out!!!
Thanks.