开发者

Unable to start the program, System cannot find the file specified VS2010 [closed]

开发者 https://www.devze.com 2023-02-26 20:30 出处:网络
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 11 years ago.

The problem is that when I try to debug is gives me the error message in this topic title. I have chec开发者_运维知识库ked the debug command and it is pointing to the correct location of the General Output Directory and the Linker Output File.

I've had this problem before and the above solution would fix it, but this time I'm stumped.

Any help is greatly appreciated, I just learned about the configuration settings and macros in VS a couple hours ago so it wouldn't be surprising if the error would be a simple one I didn't notice.


It may be that the file it cannot find isn't the executable itself, but a dependency of it, such as a DLL.

Make sure that:

  1. You have really rebuilt the project
  2. You have specified the correct executable
  3. The "Current working directory" is someplace from which you can see the Dependant DLLs
0

精彩评论

暂无评论...
验证码 换一张
取 消