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

Can I install different version of the telerik control on the same machine?

1 Answer 310 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Vincent
Top achievements
Rank 1
Vincent asked on 29 Jan 2010, 12:41 AM
I have some projects which are based on Telerik 2008 with some custom skins, and I still have to support that. I recently have a new project and I am going to use the latest version, I just want to confirm whether it is possible? 

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 29 Jan 2010, 05:41 AM
Hello Vincent,

The .NET framework does not allow you to use two different versions for the same assembly in a single web-application. Because, the assembly names are the same, so 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.

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

-Shinu.
Tags
General Discussions
Asked by
Vincent
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or