Any errors or warnings within the markup pops up the window and it reminds me VB6 error message box, stealing the focus and concentration.

Quite an eyesore.

Is there a way to prevent the Error List window from showing up while editing ASP.NET markups?

link|improve this question

Can't you just close it or set it to always be minimized? – Yuriy Faktorovich Oct 14 '09 at 16:13
@Yuriy: It still pops up. At least I figured out a keyboard short-cut key to close it (Shift-Esc) but that still isn't good enough. Since it stills my focus... – Sung Oct 14 '09 at 17:33
feedback

1 Answer

up vote 1 down vote accepted

At least with the other IDE settings (i.e. C#/Windows, not ASP.NET), you can just hide or close the error list and have it pop up on each compile.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.