Hi,
I downloaded the telerik suite of controls from the below location: RadControls for ASP.NET AJAX Q3 2012
http://www.telerik.com/products/aspnet-ajax/download.aspx
I have checked this site: http://www.telerik.com/help/aspnet-ajax/moss-deploying-radcontrols.html
I am using SharePoint 2010 and trying to use the RAD Grid. I created a visual web part and added the radgrid and bound the controls.
I have the Telerik.web.ui (version 2012.3.1016.35), Telerik.Web.Design (version 2012.3.1016.35) in GAC. I have added the safecontrols as below:
I have both the dll's added in 14 bin and in the bin of the website.
I am getting the error as "could not load file or assembly Telerik.web.ui Version 2011.2.712.20,culture=neutral,PublicKeyToken=121fae78165ba3d4 . The located assembly's manifest location does not match the assembly reference.
How to fix this?
Thanks
I downloaded the telerik suite of controls from the below location: RadControls for ASP.NET AJAX Q3 2012
http://www.telerik.com/products/aspnet-ajax/download.aspx
I have checked this site: http://www.telerik.com/help/aspnet-ajax/moss-deploying-radcontrols.html
I am using SharePoint 2010 and trying to use the RAD Grid. I created a visual web part and added the radgrid and bound the controls.
I have the Telerik.web.ui (version 2012.3.1016.35), Telerik.Web.Design (version 2012.3.1016.35) in GAC. I have added the safecontrols as below:
<
SafeControl
Assembly
=
"Telerik.Web.UI, Version=2012.3.1016.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
Namespace
=
"Telerik.Web.UI"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Telerik.Web.UI, Version=2012.3.1016.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
Namespace
=
"Telerik.Web.Design"
TypeName
=
"*"
Safe
=
"True"
/>
I have both the dll's added in 14 bin and in the bin of the website.
I am getting the error as "could not load file or assembly Telerik.web.ui Version 2011.2.712.20,culture=neutral,PublicKeyToken=121fae78165ba3d4 . The located assembly's manifest location does not match the assembly reference.
How to fix this?
Thanks