"Unable to start program" on Debug Immediately After Successful Build

Posted by TZ_Geek on Stack Overflow See other posts from Stack Overflow or by TZ_Geek
Published on 2010-03-30T20:09:05Z Indexed on 2010/03/30 20:13 UTC
Read the original article Hit count: 400

Filed under:
|
|

When I try to run my first application with the debugger, I get a pop up which says:

Visual C__ 2008 Express Edition

This project is out of date: ProgName - Debug Win32 Would you like to build it? [Yes[ [No] [Cancel] [ ] Do not show this dialog again?

I find this somewhat bothersome, because the very last thing that I did just before that was build the application. And the build did complete successfully (immediately before I clicked on Start Debugging -- F5.)

The second time I pressed with wrong cilck on the Answer [No] on the same msg Now, I can't compile my apps

What exactly does "do not show this dialog again" mean?

It sounds to me like its going to remember my answer and use the same answer every time this situation occurs in the future.

I did some stuffs like "Clean Solution" then "Build Solution" then "Start Debugging" ,but the same problem

what's the solution ,how can I reset this message to make it work again .

© Stack Overflow or respective owner

Related posts about c++

Related posts about visual-studio-2008