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
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.
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.