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

Radchart cannot find Image.aspx file.RadChart can not find C:\Inetpub\wwwroot\wss\VirtualDirectories\20\Radcontrols\Chart\Image.aspx.

1 Answer 42 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
sabbu
Top achievements
Rank 1
sabbu asked on 18 Jun 2009, 08:42 AM
Hi,

   I have created a custom webpart using RAD chart and deployed it on to the Sharepoint server 2007 intranet site.I have safecontrolled the RADChart.Net2.dll

<SafeControl Assembly="RadChart.Net2, Version=3.1.2.0, Culture=neutral, PublicKeyToken=d14f3dcc8e3e8763" Namespace="Telerik.Charting" TypeName="*" Safe="True" />
      <SafeControl Assembly="RadChart.Net2, Version=3.1.2.0, Culture=neutral, PublicKeyToken=d14f3dcc8e3e8763" Namespace="Telerik.WebControls" TypeName="*" Safe="True" />

The RAD Chart is displaying fine when I Browse the site using the server credentials,but if i browse the site using a new credential of the user added as owner the chart is not being rendered.It is Showing the below error.

"RadChart can not find C:\Inetpub\wwwroot\wss\VirtualDirectories\20\Radcontrols\Chart\Image.aspx. For more information, please, refer to RadChart Help: Deployment Manual - Deploying r.a.d.chart"


I have placed the Radcontrols folder in the C:\Inetpub\wwwroot\wss\VirtualDirectories\20 and made the folder by removing webapplication  in the IISManager settings,still the chart is not being rendered.


Can you please help me in this issue ASAP.


Regards,
Sabitha

1 Answer, 1 is accepted

Sort by
0
Vladimir Milev
Telerik team
answered on 22 Jun 2009, 11:46 AM
Hello sabbu,

The problem lies within the SharePoint server implementation. It has a separate handler for .aspx files which is conflicting with the RadChart reliance on Image.aspx to serve files. I am suggesting you use the Web.UI RadChart (coming with RadControls for ASP.NET AJAX) which uses http handler to serve image files.

All the best,
Vladimir Milev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Sharepoint Integration
Asked by
sabbu
Top achievements
Rank 1
Answers by
Vladimir Milev
Telerik team
Share this question
or