码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2015-02-06 18:18:35      阅读:324      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!