I have a large solution which contains a mixture of C# and VB.Net projects.
If I get compilation errors because a project which several other projects depend upon fails to build, it is very hard to see the actual error(s) because of the number of VB errors in the error list window in Visual Studio. C# errors found in the projects I compiled show in the error list, but all VB errors appear (including in those projects I have not just compiled).
Is there any way of turning off this behaviour so that VB errors only appear for projects that I have explicitly compiled?
(I'm using Visual Studio 2008 if that makes a difference).