关于VS2008运行CLR—Windows窗体应用程序的时候 error PRJ0003 : 生成 cmd.exe 时出错
solution:
tools=> Options => Projects and Solutions -> VC++ Directories page
then place below rows:
$(SystemRoot)/System32
$(SystemRoot)
$(SystemRoot)/System32/wbem

本文解决了一个关于使用VS2008运行CLR Windows窗体应用程序时遇到的errorPRJ0003错误。解决方案是在Tools>Options>Projects and Solutions>VC++ Directories页面中添加特定路径:$(SystemRoot)/System32 和 $(SystemRoot)/System32/wbem。
关于VS2008运行CLR—Windows窗体应用程序的时候 error PRJ0003 : 生成 cmd.exe 时出错
solution:
tools=> Options => Projects and Solutions -> VC++ Directories page
then place below rows:
$(SystemRoot)/System32
$(SystemRoot)
$(SystemRoot)/System32/wbem

2996
3157

被折叠的 条评论
为什么被折叠?
