Visual Studio builds every time

I run VS2010, debugging as usual, and suddenly notice that my code changes have no effect. Moreover, even when I just type random shit and click "play", it still builds independently. How to fix it?

Thank!

+3
source share
1 answer

I would check your settings in the "Tools → Options → Projects and Solutions →" Build and Run section, selecting Save all changes and Run the old version not selected.

enter image description here

+2
source

All Articles