Visual Studio 2010 isn't building before a run when there are code changes. It was doing working yes
Posted
by jamone
on Stack Overflow
See other posts from Stack Overflow
or by jamone
Published on 2010-04-15T15:49:57Z
Indexed on
2010/04/15
15:53 UTC
Read the original article
Hit count: 374
I've been using using F5 (Start Debugging) for years to build the code (if its out of date), and then debug. This was working on VS 2010 also, however today it just start debugging without a build. Say I do a clean on the project, and then hit F5 instead of building it so it can run it throws an error message saying that the exe doesn't exist to run. How do I make it build first? What could have changed?
© Stack Overflow or respective owner