.net 使用NANT构建dot net应用程序-错误-任务找不到“;AL.exe“;使用SdkToolsPath“&引用;

.net 使用NANT构建dot net应用程序-错误-任务找不到“;AL.exe“;使用SdkToolsPath“&引用;,.net,msbuild,visual-studio-2015,windows-10,nant,.net,Msbuild,Visual Studio 2015,Windows 10,Nant,我们正在使用NANT脚本构建.Net应用程序。 已经为同一问题找到了解决方案,但错误仍然存在。 发展环境:VS 2015,赢得10分。(相同的过程在其他机器上工作。) 获取以下错误: [msbuild] (GenerateSatelliteAssemblies target) -> [msbuild] C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(2863,5): error

我们正在使用NANT脚本构建.Net应用程序。 已经为同一问题找到了解决方案,但错误仍然存在。 发展环境:VS 2015,赢得10分。(相同的过程在其他机器上工作。)

获取以下错误:

  [msbuild] (GenerateSatelliteAssemblies target) ->
  [msbuild]   

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(2863,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 [D:\My_Code\Code.Core.Exceptions\Core.Exceptions.csproj]
  [msbuild]
  [msbuild]     4 Warning(s)
  [msbuild]     1 Error(s)
  [msbuild]
  [msbuild] Time Elapsed 00:00:04.01

2015年的南特?Id将其从进程中取出以开始。错误消息是从MSBuild发出的。我目前有一个MSBuild脚本,我尝试在同一平台(win10,VS2015)上执行,发出完全相同的消息,尽管我在2015年没有使用NANT(甚至不知道它是什么!)NANT?Id将其从进程中取出以开始。错误消息是从MSBuild发出的。我目前有一个MSBuild脚本,我尝试在同一平台(win10,VS2015)上执行,发出完全相同的消息,尽管我没有使用NANT(甚至不知道它是什么!)