Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2015 with Update 3 .NET 4.6.2 Windows 10 Anniversary Edition

I recently updated my Windows 10 to the anniversary edition which includes the .NET v4.6.2 Framework. When I try to load a project targeting the v4.6.2 framework in Visual Studio 2015 with Update 3, VS tells me v4.6.2 is "not installed on this machine". When I try to download and install v4.6.2, the installer tells me v4.6.2 or higher is already installed on this machine. Anyone know how to resolve this?

like image 407
Hungry Beast Avatar asked Oct 12 '16 16:10

Hungry Beast


People also ask

What .NET version is Visual Studio 2015?

NET 4.5. 2. See Application Compatibility in the .

Is .NET framework 4.6 2 still supported?

. NET Framework 4.5. 2, 4.6, and 4.61 retired on April 26, 2022. These specific releases were previously signed using Secure Hash Algorithm (SHA-1) certificates.

Is Microsoft Visual Studio 2015 still supported?

For Visual Studio 2017, customers who remain on the RTW version 15.0. x will continue to be supported until January 2020. For Visual Studio 2015 and Team Foundation Server 2015, RTW is no longer supported.


1 Answers

You need to install the .NET 4.6.2 Developer pack.

like image 125
Stefano Balzarotti Avatar answered Oct 21 '22 09:10

Stefano Balzarotti