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

Char in DotNetNuke

3 Answers 84 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Miguel Reig
Top achievements
Rank 1
Miguel Reig asked on 20 Jun 2008, 08:40 AM
Hi!

We have a problem, we put a RadChart in a DNN module, and when it charge always show the same warning:

Error loading RadChart image.
You may also wish to check the ASP.NET Trace for further details.
Display stack trace?


I verify the web.config and the code and I can't see what's the problem...

Can you help me?

3 Answers, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 20 Jun 2008, 03:45 PM
Hi Miguel,

By verifying the web.config -- do you mean the correct HttpHandler is registered? This is the most common reason for such error. In addition, DNN uses a URL rewriter. You may need to exclude the ChartImage.axd from the SiteUrls.config file in your web root.

Alternatively, you can set HttpHandlerUrl property with the correct URL where  ChartImage.axd is found.

Hope this helps.


Best wishes,
Ves
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
farooq
Top achievements
Rank 1
answered on 27 Nov 2008, 02:12 AM

Hi!!

m getting same error with DotNetNuke. first of all i add dll in my dir then i add item in my tool box after dat i drag and drop chart.

MY Handler

<

httpHandlers>

 

 

 

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

 

</

 

httpHandlers>

TAG prefix for chart

 

<%

@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>

 

<%

 

@ Register Assembly="Telerik.Charting" Namespace="Telerik.Charting" TagPrefix="telerik" %>
but m getting error
Error loading RadChart image.
You may also wish to check the ASP.NET Trace for further details.
Display stack trace?

i dont want to install radcontrol in my system.
Can u help Please!!!!

 

 

 

 

 

0
Ves
Telerik team
answered on 28 Nov 2008, 11:49 AM
Hello farooq,

Please, check the answer in the other forum thread where you posted this question.

All the best,
Ves
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Chart (Obsolete)
Asked by
Miguel Reig
Top achievements
Rank 1
Answers by
Ves
Telerik team
farooq
Top achievements
Rank 1
Share this question
or