Link to home
Start Free TrialLog in
Avatar of Parth48
Parth48Flag for India

asked on

how can i change the version of .net framework in visual studio 2008 ??

currently i am working on .net window application,
i am using .net framework V3.5 , how can i change it to .net framework V4.0 because i have installed .net framework V4.0 in my windows ....

can u please tell me how can i change it ??
Avatar of Asim Nazir
Asim Nazir
Flag of Pakistan image

Avatar of Dirk Haest
I don't think that it's possible. You'll have to use vs2010 to do so.

We can optionally retarget our project to work with a later version of .NET by right-clicking on the project within the solution explorer and by bringing up its properties dialog.  We can select the “target framework” dropdown within it and select the version of the .NET Framework we want to target:

See ScottGu's detailed discussion here: http://weblogs.asp.net/scottgu/archive/2009/08/27/multi-targeting-support-vs-2010-and-net-4-series.aspx
Avatar of Parth48

ASKER

i can't find .net framework 4.0 in target framework , though i installed .net framework 4.0  on my windows xp ...

what can i do now ??
ASKER CERTIFIED SOLUTION
Avatar of Dirk Haest
Dirk Haest
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
yep, Vs2008 goes upto 3.5.