vote up 1 vote down star

Hi All, Is there any way to change framework of vs2005 to 3.5?

flag

65% accept rate
I'm not aware of any way. It's probably easier to use VS 2008 for that. You might want to check the free Express edition. – divo May 20 at 12:16
2008 can multitarget back to 2.0 if that's any help... What do you want to achieve overall? – Ruben Bartelink May 20 at 12:19
1  
Likely looking to get access to 3.5 features without buying VS2008. The free option is the express editions. – bdwakefield May 20 at 12:28

2 Answers

vote up 1 vote down check

No. Visual Studio 2005 only supports .NET 2.0 out-of-the-box. It can be updated to support .NET 3.0.

It is possible to compile .NET 3.5 code with a Visual Studio 2008 Express Edition, or without Visual Studio 2008 using Mono and I think the Windows/.NET SDK. However these will obviously not be integrated into Visual Studio 2005.

link|flag
vote up 0 vote down

Visual Studio 2005 only supports .NET 2.0. The format of the solution file (.sln) changed in Visual Studio 2008 to allow you to select the target .NET version.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.