2017-06-14 21 views
26

Kiedy próbuje skompilować rozwiązanie, otrzymuję następujący błąd kompilacji:Zespoły odniesienia dla ram”.NETFramework, Version = v4.6.2" nie zostały znalezione

Error MSB3644 The reference assemblies for framework ".NETFramework,Version=v4.6.2" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. C:\RPR\Dev\Libraries\Common\Common.csproj C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets 1111

próbowałam zainstalowaniu .NET Framework 4.6.2 SDK, a także pakiet narzędziowy 4.6, ale oba błędy są już zainstalowane. Próbowałem także zainstalować Visual Studio 2017, ale nadal daje ten sam błąd.

Wszelkie pomysły?

+1

Widziałem ten problem znika po zainstalowaniu pakiet 4.5.2 programista (to znaczy nie 4.6.2, ale pakiet 4.5.2 Developer). –

Odpowiedz

Powiązane problemy