MSBuild \ 14.0 \ bin \ Microsoft.Common.CurrentVersion.targets (3001,5): ошибка MSB3086: Задаче не удалось найти «AL.exe» с помощью SdkToolsPath - PullRequest
0 голосов
/ 29 августа 2018

столкнулся со следующей проблемой при создании решения с использованием msbuild в Windows 10 64 Bit

CoreCompile:
    Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
    C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(3001,5): error MSB3086: Task could not find "AL.exe" using the SdkToolsPath "" or the registry key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\NETFXSDK\4.6\WinSDK-NetFx40Tools-x86". Make sure the SdkToolsPath is set and the tool exists in the correct processor specific location under the SdkToolsPath and that the Microsoft Windows SDK is installed

Я установил winsdk 7.1 в winSDK10 на моем ПК, и с тех пор, как он установил win 10 .Net 4.6, я включил его. Я также попытался установить VS 2015, но не повезло. Может ли кто-нибудь помочь решить ту же проблему или определить проблему?

...