How to prevent the error list window from appearing in Visual Studio ASP.NET Editor?

Any errors or warnings in the markup pop up a window, and it reminds me of a VB6 error message box, focus and concentration steal.

Pretty white.

Is there a way to prevent a window from appearing Error Listwhen editing ASP.NET markup?

+3
source share
1 answer

At least with other IDE settings (i.e. C # / Windows, not ASP.NET) you can just hide or close the error list and include it in each compiler.

+1
source

Source: https://habr.com/ru/post/1720092/


All Articles