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

Error loading ChartImage

7 Answers 170 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Divyesh
Top achievements
Rank 1
Divyesh asked on 13 Aug 2008, 12:37 AM

I get "Error loading RadChart image." error when i browse a page that has chart control in it. This is trial version and i am middle of evaluating the product on widows xp. I search through forum here but that did not solve my issue because i do not have session tag in web.confg. I gave aspnet user full control on site to see if this is a permission issue.
Version: 2008.2 723 Released:7/23/2008

Here is sample code:

<

telerik:RadChart ID="radChartByModelCode" Width="900px" Height="500px" Skin="Web20" runat="server"></telerik:RadChart>

I also tried setting UserSession="false" but same error.

7 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 13 Aug 2008, 06:55 AM
Hi Divyesh,

I have found the following forum links which discuss a similar error. Go through the forum discussion and see if it helps to some extent.

Error loading RadChart image -- RadControl Ajax 619 2008
"error loading RadChart image" and "App_GlobalResources"

Thanks
Shinu.


0
Divyesh
Top achievements
Rank 1
answered on 13 Aug 2008, 10:06 AM

I did ran into those threads and tried out their suggestions.
Still I get same error.

Error loading RadChart image -- RadControl Ajax 619 2008

<

add verb="*" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false" />

"error loading RadChart image" and "App_GlobalResources"

UserSession="false"

thanks
Divyesh

0
Ves
Telerik team
answered on 18 Aug 2008, 03:36 PM
Hello Divyesh,

The only known reason for such error is incorrectly registered http handler. Does the issue appear in a brand new web site with a single page with RadChart in it? Did you try to register the http handler from the chart smart tag as shown here? You you still experience the same problem, can you send this web-site to us, so we can review it? Thanks.

Note, that the property is UseSession. Still, this does not seem to be relevant in this case, as the property remains with its default value - true.

Sincerely,
Ves
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Martin Olivares
Top achievements
Rank 1
answered on 03 Oct 2008, 10:24 PM
I had the same issue in a site with forms authentication enabled and one
non-secured page with a chart control. To solve this i've added the following lines to the locations web.config section:

  <location path="ChartImage.axd">
    <system.web>
      <authorization>
        <allow users="*"/>
      </authorization>
    </system.web>
  </location>

in order to don't block the non authenticated calls to the chart handler.

Hope that this helps.
0
Ely
Top achievements
Rank 1
answered on 10 Feb 2009, 12:25 AM
Hi,

I am having the same problem and tried all the workarounds suggested but still the error persists. The RadChart is located on the same page as the data entry page where it is initially hidden from view until the user submits the page. The whole application (where the RadChart control is used) is hosted inside an iframe from a different web application/domain.

Thanks,

Ely
0
Vladimir Milev
Telerik team
answered on 13 Feb 2009, 08:24 AM
Hello Alpesh,

Have you checked the troubleshooting section in the help?

Best wishes,
Vladimir Milev
0
Kannadasan
Top achievements
Rank 1
answered on 11 Aug 2010, 07:44 AM
Hai,
Please First Install Repot Tool,Then Added this Line in WebConfic

<httpHandlers>
                <add path="ChartImage.axd" verb="*" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Version=2009.3.1103.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false" />
      </httpHandlers>


With Regards
S.Kannadasan
Tags
Chart (Obsolete)
Asked by
Divyesh
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Divyesh
Top achievements
Rank 1
Ves
Telerik team
Martin Olivares
Top achievements
Rank 1
Ely
Top achievements
Rank 1
Vladimir Milev
Telerik team
Kannadasan
Top achievements
Rank 1
Share this question
or