Sign in | Join
Last post 06-19-2009 2:32 AM by sumitd. 3 replies.
Sort Posts: Oldest to newest Newest to oldest
Hi,
I have been working on migrating asp.net 1.1 application to 2.0 and this has been a nightmare. I see lot of errors on each and every page. I am not sure if it is worth fixing all those errors and later nothing works. I am converting to web application project type. Is it possiblethat some 1.1 applications can never be migrated to 2.0 error free? This application has a lot of user controls. Please advise.The conversion wizard log says that it could not convert some of the files in the application to 2.0 but it converted the solution fine.
Thanks,Vasantha
Hi,If your using Web Application for Convserion .. Keep Folder structre Same.. Include All file And Usercontrol first..Know..First Copy All HTML code form Page and Paste It On HTML code OF Other page..(new Application)and copy and Paste the code behind Code on Application..Take Care For NameSpace..
When you migrate to asp.net 2.0, some of the code behind files(.cs) gets moved into
"App_Code" folder. Just cut that and place it outside (appropriate) the folder.
Refer below articles related to migration:
http://weblogs.asp.net/scottgu/archive/2006/02/16/438354.aspx
http://weblogs.asp.net/scottgu/archive/2005/12/18/433484.aspx
http://webproject.scottgu.com/VisualBasic/Migration2/Migration2.aspx
http://webproject.scottgu.com/CSharp/Migration2/Migration2.aspx