O Visual Studio não reconhece que o .NET Framework 4.6.2 está instalado

5

Instalei o .NET Framework 4.6.2 através do instalador da web e tudo pareceu bom. No entanto, depois que reiniciei e abri o Visual Studio, ele relatou que o 4.6.2 não estava instalado:

Euverifiqueioregistropor MSDN e fizeram encontrar as entradas esperadas em HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full :

Alémdisso,sobHKLM\SOFTWARE\Microsoft\.NETFramework\v4.0.30319\SKUs,háumaentradapara4.6.2,alémdeoutras:

Tambémverifiqueioarquivodelogdoinstaladorparaversehaviaalgumproblema,masnadasedestacou.Paraofundo,vejo:

MSI(s)(AC:E0)[10:06:03:829]:Note:1:1707MSI(s)(AC:E0)[10:06:03:829]:Product:Microsoft.NETFramework4.6.2--Installationcompletedsuccessfully.MSI(s)(AC:E0)[10:06:03:830]:WindowsInstallerinstalledtheproduct.ProductName:Microsoft.NETFramework4.6.2.ProductVersion:4.6.01590.ProductLanguage:0.Manufacturer:MicrosoftCorporation.Installationsuccessorerrorstatus:0.MSI(s)(AC:E0)[10:06:03:830]:ValueofRebootActionpropertyisMSI(s)(AC:E0)[10:06:03:830]:WindowsInstallerrequiresasystemrestart.ProductName:Microsoft.NETFramework4.6.2.ProductVersion:4.6.01590.ProductLanguage:0.Manufacturer:MicrosoftCorporation.TypeofSystemRestart:2.ReasonforRestart:1.MSI(s)(AC:E0)[10:06:03:831]:Product:Microsoft.NETFramework4.6.2.Restartrequired.Theinstallationorupdatefortheproductrequiredarestartforallchangestotakeeffect.Therestartwasdeferredtoalatertime.

EstaéumamáquinacomoWindows7ProexecutandooVisualStudio2017CommunityEdition,eeunãoestoulogadocomoadministradordosistema.AlguémsabecomofazeroVSreconheceressaversãodoframeworkcomoumalvoválido?

OBSERVAÇÃO:jávi esta pergunta . Este parece ser um problema diferente.

    
por p.s.w.g 27.09.2017 / 18:30

2 respostas

8

I've installed .NET Framework 4.6.2 via the web installer, and everything looked good. However, after I restarted and opened up Visual Studio, it reported that 4.6.2 was not installed: enter image description here

Você precisa baixar e instalar o .NET Framework 4.6.2 Developer Pack, que inclui o .NET 4.6.2 Targeting Pack , depois de fazer isso, você poderá direcionar essa versão específica do .NET Framework

Fonte: segmentação de plataformas .NET

    
por 27.09.2017 / 19:30
0

This is easily resolved by installing the .NET Framework 4.6.2 Developer Pack from here. https://www.microsoft.com/net/targeting

Once installed you will see the desired version and you can use all those new C# 7 features, rock!

I am certain this will be included in an up and coming update, until, just manually install it.

Créditos vão para a BenjaminPerkins por encontrar esta solução! link

    
por 27.09.2017 / 19:32