Posted
on Jan 8, 2011
(permalink)
HI,
I have a question regarding to IIS 7.0 and asp.net version 1.1
My application is developed in asp.net version 1.1 and using telerik for the same version.
Now we are suppose to migrate to newer server where IIS7.0 is installed and according to server support team IIS7 has limited support for asp.net 1.1 applications.
I got the following error message: “This control is compiled for ASP.NET 1.x. Please use the ASP.NET 2.0 native version: RadPanelbar.Net2.dll”.
To resolve this i copy RadPanelbar.Net2.dll in my bin folder and in aspx page assembly reference change from" RadPanelbar" to "RadPanelbar.Net2"
After that i get new following error
"Could not load file or assembly 'RadPanelbar, Version=4.0.0.0, Culture=neutral, PublicKeyToken=e0d16f6f4c7e05de' or one of its dependencies. The system cannot find the file specified."
Let me know what is solution for running the rad control of version asp.net 1.1 in application that is hosted in asp 2.0.
Note I don't have source code for this application
Thanks In Advance..............