简体   繁体   English

Visual Studio 2010错误

[英]visual studio 2010 error

When I press Ctrl+F5, I get project out of date debug win32. 当我按Ctrl + F5组合键时,我得到了过时的调试Win32项目。

Yes: 是:

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

No: 没有:

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

If I run code I did on my Visual Studio in class, it works perfectly (files are saved in USB). 如果我在类中的Visual Studio上运行我执行的代码,则可以正常运行(文件保存在USB中)。

It's not a syntax error; 这不是语法错误。 I am guessing I'm missing some files but don't know how to fix it. 我猜我丢失了一些文件,但不知道如何解决。

Open your project properties and make sure that your startup path is correct. 打开您的项目属性,并确保您的启动路径正确。 VS can't find your exe, so I am assuming that it is not there for whatever reason. VS无法找到您的exe,因此我假设它出于某种原因不存在。

It mean's Visual Studio can't find your exe file, or the exe doesn't exist. 这意味着Visual Studio找不到您的exe文件,或者该exe不存在。 Why not create a new project, c/p all the code, and rebuild? 为什么不创建一个新项目,使用c / p所有代码,然后重新构建呢?

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

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