"Unable to start program" on Debug Immediately After Successful Build
- by TZ_Geek
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 .