I am on windows vista 32bit.
I installed .NET4 and my projects will not open.
I had to uninstall and go back to 3.5 w/ SP1.
Is .NET4 not yet "complete" and compatible with VisualSutdio 2010 Ultimate?
Printable View
I am on windows vista 32bit.
I installed .NET4 and my projects will not open.
I had to uninstall and go back to 3.5 w/ SP1.
Is .NET4 not yet "complete" and compatible with VisualSutdio 2010 Ultimate?
well, since FW4.0 is ONLY used by VS2010.... I doubt that's the problem... I'm using VS2010 Ulitmate w/o issues, as are a great number of people... wait... if you have VS2010 installed, why are you "installing .NET4" ??? It should already be installed... it comes with VS2010... VS2010 won't install w/o it...
Also, make sure you're getting the x86 (32-bit) versions... not the 64-bit versions...
-tg
there are two versions of VS2010... x86, the 32-bit version... and the 64-bit version... if your OS is 32-bit Vista, then you need the x86 32-bit install... otherwise you can use the 64-bit version...
I just wanted to make sure that you are using the correct version.
That aside... so... VS2010 is installed... but not FW4.0? Have I got that right?
-tg
Well now FW4.0 is installed. But when I loaded my project(s) it says it cannot load and I had to redirect (or something) the project to use 3.5 SP1 (which is the framework I originally used to create my project).
i suggest redoing it(the project) instead of loading it
When I log into MSDN, and go to my subscriber downloads... I see VS2010 options for both x86 (32-bit) and x64 (64-bit)... if you're not seeing it, then it's probably due to your subscription, or you're not looking in the right place.
-tg
OK then, but I can't find any sign of VS 2010 x64, and according to this page (updated Aug.2010) Visual Studio 2010 is a 32-bit application.
Visual Studio installs the 32-bit version of the CLR on an x86 computer, and both the 32-bit version and the appropriate 64-bit version of the CLR on a 64-bit Windows computer. (Because Visual Studio 2010 is a 32-bit application, when it is installed on a 64-bit system, it runs under WOW64.)