繁体   English   中英

Visual Studio 2010错误

[英]visual studio 2010 error

当我按Ctrl + F5组合键时,我得到了过时的调试Win32项目。

是:

Would you like to continue and run the last build? (Yes)

\visual studio 2010\project\test123\debug\test123.exe isi not recognized as an internal or external command, operable program or batch file

没有:

Would you like to continue and run the last build? (No)

\visual studio 2010\project\test123\debug\test123.exe isi not recognized as an internal or external command, operable program or batch file

如果我在类中的Visual Studio上运行我执行的代码,则可以正常运行(文件保存在USB中)。

这不是语法错误。 我猜我丢失了一些文件,但不知道如何解决。

打开您的项目属性,并确保您的启动路径正确。 VS无法找到您的exe,因此我假设它出于某种原因不存在。

这意味着Visual Studio找不到您的exe文件,或者该exe不存在。 为什么不创建一个新项目,使用c / p所有代码,然后重新构建呢?

暂无
暂无

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

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