setting what version of .net frame work to use in vs2008

  • Thread starter Thread starter Aussie Rules
  • Start date Start date
A

Aussie Rules

Hi,

I have migrated to vs2008 from vs2005.

Is my project now going to be using .net 3.5 of is it still 2.0 from vs05

I can not see anywhere on how to see, or set the .net framework information.

Thanks
 
G'day,

The project will by default be 3.5. To change it between 2.0, 3.0 and 3.5
select the Compile tab from project properties then click on the Advanced
Compile Options button
 
If you converted a previous project ( 2005 project to 2008 project ) the
used framework will stay 2.0
if you create a brand new project the used framework will be 3.5

you can change the framework in the advanced compile options tab

Michel
 
Back
Top