views:

70

answers:

1

When a build fails, VS pops up with an option to run the last successful build. Someone clicked "Yes" and "Don't show this dialogue box again" on my machine, and now I'm stuck with that setting. How can I reset it?

+1  A: 

Ok... I found it for Visual Studio 2010, but should be very similar for previous versions. On the menubar go to: 'Tools' --> 'Options'. There you go to 'Project and Solutions' --> 'Build and Run'. There you can find a combobox under the label 'On run, when build or deployment errors occur...'. Select Prompt or Do not launch.

Simon