关于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窗体应用程序时遇到报错PRJ0003:生成cmd.exe错误的问题,并提供了通过修改VC++ Directories页面中系统路径来解决问题的步骤。
关于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
3124

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