Visual Studio 2013 and .NET 4.6

后端 未结 9 1991
暗喜
暗喜 2020-12-28 11:26

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

9条回答
  •  春和景丽
    2020-12-28 12:22

    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.

提交回复
热议问题