views:

278

answers:

2

Hey people,

I have installed VS 2010 Professional, and despite my tremendous urge to work on it since it is pleasing to the eye, it seems not to support .NET framework 3.5/3.0.

Therefore, I have switched to VS 2008 rather relunctantly.

Does anyone know, to add .NET framework 3.0/3.5 to the top right Combo Box within the make new project ?

(Note : In the top right Combo Box within the make new project, I have only .NET framework 4.0 available)

Many Thanks

+1  A: 

It should just work absolutely fine - but it depends on the project type. Are you trying to create a Silverlight 4 project or something else that relies on .NET 4?

Try just creating a console application - it should definitely offer .NET 3.5.

I assume you have .NET 3.5 installed?

Jon Skeet
well to be brutally honest Jon, this is the thing, I did the following:-Installed VS 2008-Found out about VS 2010 and got mega excited and downloaded-uninstalled VS 2008-but the .net framework 3.5 was still intact-i uninstalled framework also thinking about VS 2010-I installed VS 2010-There was no frameworks listed except, .NET framework 4.0-Got furious and installed VS 2008-Now I have both VS 2008 and VS 2010 + .NET frameworks-However, in VS 2010 it appears as .NET framework 4.0-But in VS 2008 it has .NET framework 3.0 and 3.5 and 2.0 -So i am using VS 2008 [Quite sad I must say]
Haxed
If .NET 3.5 is installed, it should certainly give you the option of targeting it. Again, what project type are you creating?
Jon Skeet
+1  A: 

Make sure the 3.5 framework is still installed and hasn't been removed while installing VS2010 with the .NET4 framework. You can donwload the 3.5 framework here

Rob