views:

118

answers:

1

I have a solution at work (with 33 projects) that insists on compiling the whole thing when I exit debug mode. It's extremely irritating as the IDE is unresponsive while at it.

I have seen this question, but I've already completely disabled Edit-and-Continue. Also, it does this when I don't make any changes.

I have a fairly vanilla VS2008 (Team System) installation. We run Code Style Enforcer and use Team Foundation Server. The project is a collection of C# WCF projects, library assemblies, a web app and some deployment projects.

Any ideas? It didn't do this up until sometime last week, but I didn't change anything. Some colleague might have changed something in the solution, but I still can't imagine what would cause this.

A: 

We have the same problem, sometimes it compiles everything 5 times.

The only way we have been able to stop it, is by running through the program and stopping it by closing the browser.

If you stop it by pressing the stop debug button, the compiling starts.

Shiraz Bhaiji