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

Telerik ajax control with SharePoint visual web parts

1 Answer 103 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
lakmal
Top achievements
Rank 2
lakmal asked on 05 May 2011, 07:26 PM
Hi,

I have created visual web part using telerik control and i deploy it to SharePoint site. Then its raise error cant find telerik assemblies. So i copy telerik dll to SharePoint bin folder. But then its raise security issue. How can i fix it?


krds
lakmal

1 Answer, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 09 May 2011, 07:09 AM
Hello lakmal,

What you need to do is modify the web.config file of the SharePoint site. Change
<trust level="WSS_Minimal" originUrl="" />
to
<trust level="Full" originUrl="" />

The other solution is to deploy the dlls in the GAC.


Best wishes,
Stanimir
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Sharepoint Integration
Asked by
lakmal
Top achievements
Rank 2
Answers by
Stanimir
Telerik team
Share this question
or