Click here to Skip to main content
15,886,963 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have Web Project which is created in VS2003 DotNet 1.1, My Job require me to move it to VS2010. SoI like to know what are the key steps that i need to take will migrating a c# code which is developed in VS 2003 and I need to Migrate the entire code To Visual studio 2010.
Which areas i need to be clear before starting this migration. I'm new to this migration process i never been in this kind of project. so help me out.
Posted
Updated 29-Aug-13 1:53am
v2
Comments
ThatsAlok 29-Aug-13 7:51am    
I doubt that! however migrating code is straight forward, just open it in VS2010. however you need to change code to get benefits of C# 4.0 like generics ., etc

1 solution

Your experience with ASP .NET and C# may be different from my experience with VB .NET and Windows Forms. Nevertheless, I wanted to let you know that my experience was very good. I hope your migration goes as easy as mine.

Earlier this year, I migrated several VB .NET Windows Forms desktop applications from Visual Studio 2003 to Visual Studio 2012. I opened the VS 2003 Solution in VS 2012 and it was automatically converted to VS 2012 format files. Afterwards, there was one .NET Class (System.Dns.GetHostByName) that was obsoleted that caused me to change a small amount of code. There were a bunch of warnings about uninitialized variables that I fixed up. I had to recreate all of the desktop SETUP.EXE projects since Microsoft eliminated their Setup and Deployment Project type and instead entered an agreement with Flexera which allowed for free download of InstallShield Limited Edition. I ended up using InstallShield for only two of the projects and Microsoft's ClickOnce for all of the other projects.
 
Share this answer
 
v3
Comments
sumanth n 29-Aug-13 7:34am    
Thanks for sharing your valuable information ~ Mike

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900