bulltorious
bulltorious

Reputation: 7887

VS2010 requiring me to "Clean Solution" before every debug in order to break point new code?

I am writing a .Net 4 Windows Forms app.

For some reason with this latest project, it is forcing me to clean the solution in order for the debugger to "see" new code. It has not done this before and it is irritating.

Does anyone know how to make it so "Start Debugging" forces a clean and rebuild before it starts or how to fix this in VS2010?

Upvotes: 1

Views: 1474

Answers (2)

CaptainPlanet
CaptainPlanet

Reputation: 735

Take a look at the "Configuration Manager" and check if the "Build" checkbox is checked for every project.

Upvotes: 3

bulltorious
bulltorious

Reputation: 7887

Also :

Right Click on the solution in the solution explorer.

Click on "Properties".

Navigate to configuration Properties -> Configuration on the left side of the window.

Make sur the "Build" checkbox is checked on the line of your project.

From Mrchief's link fixed it.

Upvotes: 1

Related Questions