Tuesday 26 June 2007

New Compatibility Feature in Visual Studio 2008


Recently, Microsoft has released it's new version of Visual Studio i.e., Microsoft Visual Studio 2008.  This new version is named as "Orcas". One of the new feature of Visual Studio 2008 is the ability to target multiple versions of .NET framework with your application. One of the problems with Visual Studio 2005 is that it only allows you to develop applications in .NET framework 2.0. It is not compatible to its earlier version of .NET 1.0.

Here comes the nice feature in Orcas. So, if you have an application which is built on .NET framework 2.0, and if you have installed visual studio 2008, you can continue to work on the application built on .NET 2.0. If you want to upgrade your project from .NET 2.0 to 3.0 and .NET 3.5, you can achieve this by simply changing the target framework version in the project properties. This doesn't mean that there wont be upgrade issues to think about, but at least you don't have to change tools and upgrade your projects to see what happens when you upgrade to the latest framework - which should make the upgrade process significantly easier.

No comments: