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

[Solved] Different version of same assembly

3 Answers 130 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
evald80
Top achievements
Rank 1
evald80 asked on 30 Dec 2009, 12:51 PM
Hello,
i'm currently using sitefinity community version which use the old version of telerik controls. I want to create a user control(containing for example the latest combobox and the latest radgrid version) and place it inside a page of sitefinity.
Is that possible? and if yes, how to do that?

thank you

3 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 30 Dec 2009, 01:32 PM
Hi Evald,

I am afraid it is not possible to use different versions of the same assembly in the same application. The .NET framework does not support that.

Best wishes,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
evald80
Top achievements
Rank 1
answered on 30 Dec 2009, 01:37 PM
mmhh...too bad :(
anyway, thank you
0
Shinu
Top achievements
Rank 2
answered on 30 Dec 2009, 01:41 PM
Hello,

Since 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. If you want to use one version at a time and then upgrade it later in the future, then you could save the dlls in different folders or locations and refer to these as per requirement.

You can also refer the following link to know more about this.
Old and new Telerik.Web.UI versions coexisting

-Shinu.
Tags
General Discussions
Asked by
evald80
Top achievements
Rank 1
Answers by
Dimo
Telerik team
evald80
Top achievements
Rank 1
Shinu
Top achievements
Rank 2
Share this question
or