when .net2003 solution is migrated to .net2005, controls are not as .net2005
-
Dear Friends I migrated my project to .net 2005 which was in .net 2003(windows application using C# language) When I run the solution the forms and the controls are as if it is still in .net2003 then I opened the files(all) and changed the versions from 1.0,1.3,etc to 2.0 till then I did not got the .net 2005 control appearance. What should I do. Please reply soon... My mail Id is rabindrapatra@gmail.com Thanks Rabindra Patra
-
Dear Friends I migrated my project to .net 2005 which was in .net 2003(windows application using C# language) When I run the solution the forms and the controls are as if it is still in .net2003 then I opened the files(all) and changed the versions from 1.0,1.3,etc to 2.0 till then I did not got the .net 2005 control appearance. What should I do. Please reply soon... My mail Id is rabindrapatra@gmail.com Thanks Rabindra Patra
I beleive that is pretty much what you can get by migration. Migration only makes your VS2003 project work on VS2005 compiler. It does not modify your source code, which means it doesn't remove obsolete calls or add new calls. It does not automatically upgrade to new GUI features that do not exist in the old IDE. You have to redesign the GUI to get the new features. Approximately, you could consider that the migration only happens at the level of project settings.
Best, Jun