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