The error is:
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(2836,5): error MSB3086: Task could not find "AL.exe" using the SdkToolsPath "" or the registry key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v8.0A\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
A coworker of mine did some digging and found a cleaner way to get this setup instead of hacking the registry by hand.
Changing sdk version
- Go to "Microsoft Windows SDK v7.1" from the Start menu
- Select "Windows SDK 7.1 Command Prompt" and enter
- > cd Setup
- > WindowsSdkVer -version:v7.1
No comments:
Post a Comment