C Sharper
C Sharper

Reputation: 8646

is it necessary to install VS 2010 on server while migrating from .net 2.0 to 4.0

I have project in .net 2.0 with visual studio 2008.

I want to migrate to .net 4.0.

So is it necessary to install VS 2010.

Or with VS 2008 i can use .net 4.0 ???

Please help me.

Upvotes: 0

Views: 23

Answers (2)

Ashish
Ashish

Reputation: 520

VS2008 support .NET framework 3.5 max.. You will have to use VS2010 to work on .NET framework 4.0

Upvotes: 1

Peter
Peter

Reputation: 27944

4.0 is different from the previous .NET versions, vs2008 does not support 4.0. You have to migrate to VS2010 if you want to upgrade to 4.0.

Upvotes: 1

Related Questions