Setting .Net Framework Version in VS2008

  • Thread starter Thread starter Jalil
  • Start date Start date
J

Jalil

Please let me know how to configure VS2008 to use .Net Framework 3.5.

My environment is using 2.0 and I don't know how to change it.

Thanks,

-Jalil
 
Please let me know how to configure VS2008 to use .Net Framework 3.5.

My environment is using 2.0 and I don't know how to change it.

Thanks,

-Jalil

Option1: Set Target Framework to 3.5 in the properties window of your
existing proj file
Option2: While creating a new project in the "New Project" window
select the desired .net framework from the dropdown present in the top
right hand side corner of the window
-Rajesh
 
Back
Top