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

Error loading RadChart image -- RadControl Ajax 619 2008

2 Answers 110 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Esperanza Ramos
Top achievements
Rank 1
Esperanza Ramos asked on 18 Jul 2008, 03:31 PM
Hi, All:

I am trying to use the RadControl for Asp.net Ajax Q1 2008 - 619 version RadChart.  I have:
         "Error loading RadChart image"
I am using VS 2005.

Before today, I was user RadChart from Q1 2008 - 415 version, and my RadCharts were working fine.

Please help.

Stanley Huang

2 Answers, 1 is accepted

Sort by
0
Giuseppe
Telerik team
answered on 18 Jul 2008, 04:08 PM
Hi Stanley Huang,

Make sure the ChartHttpHandler declaration in the web.config is updated to the new version as well -- it should look like this:

...

<
httpHandlers> 
    <remove path="*.asmx" verb="*" /> 
    <add path="*.asmx" verb="*" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" 
     validate="false" /> 
    <add path="*_AppService.axd" verb="*" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" 
     validate="false" /> 
    <add path="ScriptResource.axd" verb="GET,HEAD" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" 
     validate="false" /> 
    <add path="ChartImage.axd" verb="*" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Version=2008.1.619.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" 
     validate="false" /> 
</httpHandlers>

...



All the best,
Manuel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Esperanza Ramos
Top achievements
Rank 1
answered on 18 Jul 2008, 04:10 PM
Hi, Telerik team:

I solved it.  Thanks so much.

Stanley Huang
Tags
Chart (Obsolete)
Asked by
Esperanza Ramos
Top achievements
Rank 1
Answers by
Giuseppe
Telerik team
Esperanza Ramos
Top achievements
Rank 1
Share this question
or