首页 > 其他 > 详细

'msbuild' is not recognized as an internal or external command, operable program or batch file.

时间:2015-02-06 18:18:30      阅读:792      评论:0      收藏:0      [点我收藏+]

Came across this question on google, not sure if anyone still needs an answer here, but i got it working.

To enable msbuild in Command Prompt, you simply have to add the path to the .net4 framework install on your machine to the PATH environment variable.

You can access the environment variables by right clicking on ‘Computer‘, click ‘properties‘ and click ‘Advanced system settings‘ on the left navigation bar. On the next dialog bog click ‘Environment variables,‘ scroll down to ‘PATH‘ and edit it to include your path to the framework (don‘t forget a ‘;‘ after the last entry in here.

For reference my path was C:\Windows\Microsoft.NET\Framework\v4.0.30319.

'msbuild' is not recognized as an internal or external command, operable program or batch file.

原文:http://www.cnblogs.com/fengsui/p/4277727.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!