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

Two versions

2 Answers 92 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Advait
Top achievements
Rank 1
Advait asked on 09 Nov 2010, 07:51 AM
Hi,
 We are trying to use two versions of Telerik (2008 Q2 and 2009 Q1) on the same machine within the same application. Some of our modules use the older versions and a few use the newer one. We are having issues using this mixed mode.
Can you suggest us a way to get around this problem?
Is this documented anywhere?

Thanks and Regards
-Advait

2 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 09 Nov 2010, 10:13 AM
Hello Advait,


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?


Thanks,
Princy.
0
Advait
Top achievements
Rank 1
answered on 10 Nov 2010, 01:48 AM
Hi Princy,
 Thanks for the reply. I am assuming you mean, even if you GAC the dlls we will encounter issues around duplicate namspaces.
Please clarify
Regards
-Advait    
Tags
General Discussions
Asked by
Advait
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Advait
Top achievements
Rank 1
Share this question
or