Stop popup error list in Visual Studio 2008

Whenever I type the layout of an aspx / ascx page in Visual Studio, an error list window appears (an empty field, of course). Is there any way to stop this?

Thanks!

+6
markup visual-studio-2008 settings
source share
1 answer

Super wild assumption: in Tools -> Options -> Projects and Solutions -> General just uncheck the Always show Error list if build finishes with errors checkbox.

+1
source share

All Articles