简体   繁体   English

Visual Studio 2013在TFS上构建错误

[英]Visual studio 2013 Build error on TFS

I use framework 4.5 and vs 2013 and TFS 2013. When I build project get error like that; 我使用框架4.5和vs 2013以及TFS 2013.当我构建项目得到错误时;

"C:\\Program Files (x86)\\MSBuild\\12.0\\bin\\amd64\\Microsoft.Common.CurrentVersion.targets (3079): Task could not find "AL.exe" using the SdkToolsPath "" or the registry key "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Microsoft SDKs\\Windows\\v8.1A\\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" “C:\\ Program Files(x86)\\ MSBuild \\ 12.0 \\ bin \\ amd64 \\ Microsoft.Common.CurrentVersion.targets(3079):任务无法使用SdkToolsPath”“或注册表项”HKEY_LOCAL_MACHINE“找到”AL.exe“ SOFTWARE \\ Microsoft \\ Microsoft SDKs \\ Windows \\ v8.1A \\ WinSDK-NetFx40Tools-x86“。确保已设置SdkToolsPath,并且该工具存在于SdkToolsPath下正确的处理器特定位置,并且安装了Microsoft Windows SDK”

I tried everything but I could't fix error. 我尝试了一切,但我无法修复错误。 Can you help me about it ? 你能帮我解决一下吗?

Download and install the Windows Software Development Kit (SDK) for Windows 8.1 . 下载并安装适用于Windows 8.1Windows软件开发工具包(SDK) In the setup program, make sure .NET Framework 4.5.1 Software Development Kit is selected. 在安装程序中,确保选中了.NET Framework 4.5.1软件开发工具包

This will install al.exe to C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v8.1A\\bin\\NETFX 4.5.1 Tools. 这将al.exe安装到C:\\ Program Files(x86)\\ Microsoft SDKs \\ Windows \\ v8.1A \\ bin \\ NETFX 4.5.1工具。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM