ASP.Net 1.1 to 2.0 Migration Help
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am planning to migrate asp.net 1.1 solution to 2.0, But, after I covert the solution to VS2005 I ended up with many errors Please suggest me the available options for me. MY SOLUTION CONTAINS 4(FOUR)PROJECTS, Each project will depend on the another project. and each project will have its own web.config file. I am using a 3rd party control for UI. and after I convert the solution to VS2005. application is not running, as its resulting error saying compiler can not find few particular .dll s. But in 2003 the name of dll are with respect to namespaces, but in VS2005 its giving some other name and finally my code is not running... Suggest some efficient methodology to Migrate VS2003 application to VS2005. Thanks