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

Error loading RadChart image

2 Answers 42 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Nemi
Top achievements
Rank 1
Nemi asked on 25 Oct 2012, 07:18 PM
Hello

    I am using Radchart in a usercontrol for one of our application. The version of Telerik I have is 2012.1.215.40. I have Windows7 OS and IIS7. I have required Web.config entries in both System.Web and System.WebServer (Actually the entries were generated by the smarttag "Add RadChart HTTP Handler to Web.Config" option).

    The radchart shows up fine for the first time. When i click the same page from the menu, the rad chart shows up a popup "Error loading RadChart image"

  I tried the suggestions given by Evgenia in this post . Even setting usesession=false and setting the temp folder property resulting in the same sequence, first time it loads properly and second time when I load the page again it shows the error popup.

  Please help

Thanks
Saran

2 Answers, 1 is accepted

Sort by
0
Nemi
Top achievements
Rank 1
answered on 25 Oct 2012, 07:22 PM
Also forgot to mention one more thing that is, my usercontrol is a DNN Usercontrol.
0
Nemi
Top achievements
Rank 1
answered on 25 Oct 2012, 07:29 PM
Adding the following line of code solved my issue(DNN thing!).
RadChart1.HttpHandlerUrl = ResolveUrl("ChartImage.axd")

Thanks
Saran
Tags
Chart (Obsolete)
Asked by
Nemi
Top achievements
Rank 1
Answers by
Nemi
Top achievements
Rank 1
Share this question
or