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

[Solved] Mixing versions

2 Answers 234 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Igor
Top achievements
Rank 1
Igor asked on 03 Sep 2009, 08:33 PM
Hi,
I have product that use old version of Terelik controls , is it possible mixing different versions in the same application?
If it's possibe how would I do that.
Igor.

2 Answers, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 04 Sep 2009, 12:30 PM
Hello Igor,

If you are going to use RadControls for ASP.NET 'Classic' with RadControls for ASP.NET AJAX in the same application, you won't have any problems. The controls assemblies have different names and namespaces and you can safely use them both in one application.

However, if you are going to use two different version of RadControls for ASP.NET AJAX, I'm afraid this won't be possible. The reasons are several: 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.

Regards,
Paul
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
Igor
Top achievements
Rank 1
answered on 04 Sep 2009, 03:35 PM
I'd like to use File Explorer , in my application there is already RadAjax.Net2.dll and Telerik.Wb.UI  and RadGrid.Net2.dll. I thought with .Net you can access particular version .

I probably can replace DLL's with new ones but I don't know if telerik good with backward compatibility , since I'll not be able to change this application.

Tags
General Discussions
Asked by
Igor
Top achievements
Rank 1
Answers by
Paul
Telerik team
Igor
Top achievements
Rank 1
Share this question
or