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

Telerik dll version problem in webparts

2 Answers 71 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
divya sahu
Top achievements
Rank 1
divya sahu asked on 02 Aug 2011, 06:48 AM

Hi,
I have created lots of custom web part using Telerik controls in MOSS 2007 with telerik.web.UI.dll version 2009.3.1208.20 and system.web.extension dll version 1.0.61025.0.My company has purchased Telerik license for dll version  2009.3.1208.20.

                   My problem is that one of our clients wants to deploy Bamboo web parts and our custom web parts in same site. The bamboo web parts are using following version of Telerik dll.

2008.3.1125.20

2010.1.415.35 

2009.3.1103.20 

2009.1.402.20

3.5.0.0 (system.web.extension)

If our client will deploy bamboo web parts in the same site where we deployed our custom web parts with Telerik dll version 2009.3.1208.20, so is there will be any impact on our web parts? If yes, Please provide any solution for that ASAP because it’s very urgent for our client.

waiting for your reply at earliest
Thanks,
Divya

2 Answers, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 04 Aug 2011, 11:53 AM
Hello Divya Sahu,

In general you cannot refer two versions of Telerik.Web.UI assembly in the same page. What you need to do is add a dependentAssembly element in the web.config so all the references for Telerik.Web.UI will point to one version.

In your case you can add the following binding redirect in the web.config:
<dependentAssembly>
    <assemblyIdentity name="Telerik.Web.UI" publicKeyToken="121fae78165ba3d4" />
    <bindingRedirect oldVersion="1.0.0.0-2010.1.415.35" newVersion="2010.1.415.35" />
</dependentAssembly>

What you should know is that 2010.1.415.35 is a version, which works with ASP.NET AJAX 3.5, so you need to extend the MOSS site to ASP.NET AJAX 3.5 as well. Check the following online help article: Extending your SharePoint 2007 site with Microsoft ASP.NET AJAX 3.5

Greetings,
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.

0
divya sahu
Top achievements
Rank 1
answered on 26 Sep 2012, 12:24 PM
test
Tags
Rotator
Asked by
divya sahu
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
divya sahu
Top achievements
Rank 1
Share this question
or