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

Is it possible to use different versions of telerik dll in same project

1 Answer 274 Views
Window
This is a migrated thread and some comments may be shown as answers.
Jason Potter
Top achievements
Rank 1
Jason Potter asked on 05 Aug 2010, 01:06 PM
Hi,

        Is it possible to use both dll of telerik (2008 version) and new dll telerik.web.ui.dll in same project of visual studio 2005 (.net 2.0)
I have added this new dll as per instruction given in the post. but it is not working. I need to use autosize property of radwindow which is available in new (Telerik.web.ui.dll). If it is possible to use this both then please give me some solution.

Thanks,

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 05 Aug 2010, 01:33 PM
Hello,


The .NET framework does not allow you to use two different versions for the same assembly in a single web-application. Since the assembly names are the same, there is no way to keep them both in the same folder; the namespaces are the same, which in turn does not allow you to use different assemblies on the same page or project.

Go through the following forum links to know more about this:
Mixing versions
Two releases on the same server?


-Shinu.
Tags
Window
Asked by
Jason Potter
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or