Reputation: 8646
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
Reputation: 520
VS2008 support .NET framework 3.5 max.. You will have to use VS2010 to work on .NET framework 4.0
Upvotes: 1
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