I\'m trying to set the 4.6 .NET framework for my project and in the settings, as it wasn\'t listed, I chose the last option - to install more frameworks. That directed me to
for the sake of completeness to what answered by @jerhewet, download the lasted Visual Studio Installer: vs_community
(2017). while in the normal installation process you need to select all the needed workloads, here uncheck all but the
.NET Framework 4.6 Targeting Pack
. Wait for the installation process to complete and just close the installer.
In this way, you don't even need to install a standalone .NET 4.6.
I am experiencing the very same issue with Visual Studio 2012 and .NET 4.6. I have installed both, the runtime and targetting pack from http://getdotnet.azurewebsites.net/target-dotnet-platforms.html
I made a mistake in installing first the targetting pack and then runtime. I reinstalled the targetting pack after installing the runtime and voilá, it's alive! The solution mentioned by Brandon is correct.
Just download SDK for .net framework developer pack, that you need (it worked for me):
https://www.microsoft.com/net/targeting
(In my sytuation it was .NET Framework 4.6.2 Developer Pack )
The easiest solution is to install Visual Studio 2015 Community Edition. Not elegant, but it resolves all the dependencies automatically. After it's installed you can use Visual Studio 2013 with .NET 4.6
Referring to this support article by Microsoft:
Microsoft .NET Framework 4.6 Targeting Pack and Language Packs for Windows
In short you need three components:
By putting together various pieces from the previous answers I was finally able to get a matching .Net Framework 4.6 and the Targeting Pack for it, and once both were installed the v4.6 Framework shows up as an available target framework Visual Studio 2012.
I downloaded the standalone installer for Framework 4.6 (NDP46-KB3045557-x86-x64-AllOS-ENU.exe) from http://www.microsoft.com/en-us/download/details.aspx?id=48130, and installed it first.
Then I downloaded and mounted the ISO for Visual Studio 2015 Professional ISO from https://www.visualstudio.com/downloads/download-visual-studio-vs, browsed to the netfx_46mtpack subdirectory, and installed netfx_46mtpack.msi.