Click here to Skip to main content
Click here to Skip to main content

Targeting the .NET Framework 2.0 with Visual Studio 2008

By , 17 Sep 2007
 

Introduction

With the release of Visual Studio 2008 Orcas, one of the most important issues is compatibility. What new challenges will a developer face when working with these new tools in comparison to its predecessors Visual Studio 2005 and below?

Upgrading to the new Visual Studio means installing on a few developer machines - upgrading to target a new framework (3.5) means ensuring that every client of the application has the new framework installed. With Visual Studio 2008, it's possible to target the older frameworks (2.0 and 3.0).

For a great introduction on how to make new projects or modify existing projects to target either .NET Framework 2.0, 3.0, or 3.5, please visit Luke's webpage on ".NET Framework Multi-targeting in Visual Studio 2008".

This article will take a developer through the problem I faced in converting a VS 2005 project into the VS 2008 format, yet successfully targeting the .NET Framework 2.0.

It also lists all the settings necessary to configure a VS 2008 project to target .NET 2.0 or .NET 3.0, if the developer does not want to target the latest .NET 3.5.

Background

A few days ago, I downloaded a Beta version of VS 2008 onto my Vista PC, and upgraded my Visual Studio 2005 application into the new VS 2008 format.

I then built the solution, creating a Setup file.

Screenshot - image002.jpg

I followed the steps outlined in Luke's article, but when I used my client's Windows XP computer to install the program using the final Setup file…

Screenshot - image004.jpg

… it forced the client to install the .NET 3.5 framework, or else would not install.

Screenshot - image006.jpg

As you can see, in the Project setting of my Windows Application project, I have chosen .NET 2.0:

Screenshot - image008.jpg

Then, in the Properties of the Setup project:

Screenshot - image010.jpg

Then, in the Prerequisites window, .NET 2.0 has been chosen as a prerequisite:

Screenshot - image012.jpg

But my final Setup file still forced me to install NET framework 3.5 on the client's PC. So what is preventing it from using 2.0?

The solution to my problem

There is another setting which you will need to configure in order for your setup program to work with NET 2.0.

Open up the Dependencies folder in your Setup project, and double-click the ".NET Framework" dependency.

Screenshot - image014.jpg

A window will open up. Inside it, click the ".NET Framework" launch condition, and open the Properties window. There you will find a "Version" setting. Select whichever one you are depending on, also remember to choose the same in the dialog windows shown earlier.

Screenshot - image016.jpg

When I built the setup again, it installed perfectly on the client's Windows XP computer, which only had the .NET Framework 2.0 installed!

Screenshot - image018.jpg

Conclusion

So that's all you need in order to target the .NET Framework 2.0 from Visual Studio 2008!

Hope this helps you! And please forgive me if you think this article does not meet up the quality standards of The Code Project, as this is my first!

So wish me luck and good bye for now!

License

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

About the Author

Robin Jet
Architect
India India
No Biography provided

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
GeneralMy vote of 5memberMenon Santosh28-Nov-11 19:10 
GeneralMy vote of 5memberMember 389896627-Nov-11 6:39 
GeneralThanks, you made my daymemberleftbox15-Mar-11 12:33 
GeneralMy vote of 5membera_kiani24-Jul-10 21:56 
GeneralThanksmemberLucifier_XZ21-May-10 22:32 
Big thanks.
Generalthanks a lot!!!!!membersilverchen040229-Mar-10 23:46 
GeneralYou sir, are THE MANmemberVik21-Jan-10 6:38 
GeneralThanks.memberPiascas11-Jan-10 0:53 
GeneralThank youmemberTodd Pichler6-Jul-09 18:22 
GeneralThank you so much!memberMember 419117323-Apr-09 17:28 
GeneralMsdn referencememberThaRudeDude5-Mar-09 2:19 
GeneralExcellent. Thank you.memberDIren30-Jan-09 9:55 
GeneralThe frameworks and Visual Studio.memberyeya8a16-Dec-08 5:18 
GeneralExcellent - thank you.memberglassdom11-Nov-08 22:22 
GeneralThanks for posting this...memberDave Buckler10-Oct-08 4:14 
QuestionHow about framework 1.1?memberKarthik Murugan30-Jul-08 19:23 
AnswerRe: How about framework 1.1?memberkubben26-Sep-08 3:00 
GeneralThanksmemberPete BSC1-Jul-08 7:17 
GeneralOH MY GOD!memberbleach27-May-08 11:39 
GeneralHooray!memberJohnBuGaGA15-May-08 9:07 
RantYawnmemberAlpha Nerd3-May-08 7:20 
GeneralRe: Yawn [modified]memberRenniePet4-May-08 3:37 
AnswerRe: YawnmemberRobin Jet5-May-08 3:00 
GeneralRe: Yawn [modified]memberRobin Jet5-May-08 2:57 
GeneralRe: YawnmemberAlpha Nerd23-May-08 12:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web04 | 2.6.130617.1 | Last Updated 17 Sep 2007
Article Copyright 2007 by Robin Jet
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid