Visual Studio 2012 on Windows 7 still requests .NET 4.5

I installed VS 2012 Professional Update 1 on Windows 7 SP1, x86. However, when I try to compile Windows.NET.NET application targeting, I get the following error:

enter image description here

I installed .NET 4.5 as requested, but the same window appears. Windows is completely updated.

I also run VS 2010 Professional SP1 on the same computer, and it works fine for .NET 4. What should I do to run VS 2010 and 2012 on the same OS?

+5
source share
5 answers

Microsoft says .NET 4.5 is an in-place upgrade that replaces older assemblies of the .NET Framework 4.0. Have you tried uninstalling 4.0 and then installing 4.5?

( ): http://msdn.microsoft.com/en-us/library/ms246609.aspx

+2

, x64.

:

  • vs2012 .net framework 4.5
  • .net framework 4.5
  • vs2012
  • , ,.net 4.5 .net fw
+2

Visual Studio 2012 Windows 7 Professional.

:

http://www.microsoft.com/en-us/download/details.aspx?id=36020

+1

You must specify the version of the .NET Framework for which you want to target in Visual Studio 2012 before statrt a new project - see the answer here http://msdn.microsoft.com/library/bb398197.aspx

0
source

you cannot create a Windows application if you use VS 2012 in Windows 7, this is a limitation.

-2
source

All Articles