I have been consistently frustrated by this problem and have finally decided to find out what the deal is. Before VS2005 SP 1 when I would work on a website and remove all compile errors, I could open up another form, and all of a sudden more build errors pop up. I thought after upgrading to SP1 and going to the web application project, that VS2005 would know where it's bounds are and would compile everything on a build. This does not seem to be case. I can still open up aspx files and new build error are popping up. My understanding is that VS build operations should not be 'compiling' aspx files. They are set to 'content' not 'compile'. Can someone explain to me why I am seeing this. Obviously, I am missing something pretty basic, but others in my shop have the same complaint and no explanation.
Thanks!!