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

Integrate RADChart into SharePoint 2010

1 Answer 72 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
CH
Top achievements
Rank 1
CH asked on 01 Mar 2011, 09:45 AM
Hi Telerik,
I tried to integrate the latest assemblies to SharePoint 2010. I follows the steps by adding safe control in web.config,
<SafeControl Assembly="Telerik.Web.UI, Version=2010.3.1317.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" Namespace="Telerik.Charting" TypeName="*" Safe="True" SafeAgainstScript="False" />


I also add the httphandlers in web.config
<httpHandlers><br>      <add path="ChartImage.axd" verb="*" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Version=2010.3.1317.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false" /><br>    </httpHandlers><br>


In my C# code, i also disabled the Session and set the temporary files where the web application have full permission to writes to that file(local administrator right).

After all done, when i tried to generate my chart, it throw exception as attached.

Kindly advise.

Regards.

1 Answer, 1 is accepted

Sort by
0
Bartholomeo Rocca
Top achievements
Rank 1
answered on 03 Mar 2011, 12:41 PM
Hello Chuin Hun,

The guidelines and the links in this forum thread worked for me -- http://www.telerik.com/community/forums/aspnet-ajax/chart/using-radchart-in-sharepoint-2010.aspx but from the screenshot you have attached it seems you are experiencing general sharepoint issue -- check the following page that might help you to solve it.


Greetings,
Bart.
Tags
Chart (Obsolete)
Asked by
CH
Top achievements
Rank 1
Answers by
Bartholomeo Rocca
Top achievements
Rank 1
Share this question
or