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.