This started happening randomly yesterday.
When I press F5 to test my project, an old build of the program (circa yesterday afternoon) launches. No changes (and I've tried in a few different files) are reflected in the project.
However, and this is truly perplexing, if I go to Build --> Build from the Menu bar, the output .exe in the /bin/release/ directory DOES include all the recent changes.
What could possibly be causing this?
* Update*
To be more specific, changes to my .vb files are being reflected, but changes in my XAML documents are not.