Welcome to MSDN Blogs Sign in | Join | Help

Paul Andrew

Microsoft Technical Product Manager for the SharePoint Developer Platform
How to upgrade from .NET Framework 1.0 to .NET Framework 3.5

With .NET 3.5 being released about the end of the year at the same time as Visual Studio 2008 it's a good time to look around for any remaining .NET 1.0 or .NET 1.1 applications and consider upgrading them. How do you do it? Does it seem overwhelming? Read on here's some advice…

  • First upgrade your code from .NET 1.0 to .NET 1.1 using Visual Studio 2003. It has a project upgrade tool with some assistance.
  • Next use Visual Studio 2008 to upgrade the project from .NET 1.1 to .NET 2.0. The upgrade wizard here does not change your code. It will show you warnings for things that you have to change but you will have to go change them. You also have to fix all your new compile errors and do a full retest.
  • Once you're at .NET 2.0 the migration to .NET 3.0 and .NET 3.5 is easy. It's primarily just about using the new features available in these new versions of the framework. All your existing code should work fine, in fact you most likely wont even need to recompile.

The .NET 1.1 -> .NET 2.0 breaking changes are detailed here: http://msdn2.microsoft.com/en-us/netframework/aa570326.aspx

Here's a helpful blog entry from Brad Abrams on upgrade experience:
http://blogs.msdn.com/brada/archive/2007/01/15/real-world-customer-experience-in-migrating-from-net-framework-1-1-to-2-0.aspx

Here's another great post on this topic deom Daniel Moth:
http://www.danielmoth.com/Blog/2007/10/migrating-from-net-framework-v1x-to.html 

Posted: Thursday, October 25, 2007 6:30 PM by pandrew

Comments

Noticias externas said:

With .NET 3.5 being released about the end of the year at the same time as Visual Studio 2008 it's

# October 25, 2007 9:52 PM

WF Team Bloggers said:

With .NET 3.5 being released about the end of the year at the same time as Visual Studio 2008 it's a

# October 25, 2007 11:48 PM

Around and About .NET World said:

Dal .NET Framework 1.0 alla versione 3.5 in tre mosse

# October 26, 2007 6:53 AM

Days with .NET Framework said:

皆さんこんにちは 本社の .NET Framework マーケティング担当者の Paul Andrew の Blog で興味深い Entry があったのでご紹介します。 .NET Framework 1.0

# October 28, 2007 9:31 PM

Noticias externas said:

皆さんこんにちは 本社の .NET Framework マーケティング担当者の Paul Andrew の Blog で興味深い Entry があったのでご紹介します。 .NET Framework 1

# October 28, 2007 9:54 PM

Teekam Goyal's Blog said:

Useful blog entry from Paul Endrew on ugrading your .Net Framework 1.0 application to .Net Framework

# November 6, 2007 7:43 AM
New Comments to this post are disabled
Page view tracker