Tagged Questions
2
votes
1answer
479 views
How to prevent Error List Window from showing up within Visual Studio ASP.NET Editor?
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 ...
1
vote
3answers
198 views
Visual Studio Shows errors until I open the *.aspx.cs page?
The Visual Studio Error List shows like 50 errors about controls and variables not existing. I double click an error, it takes me to it, and after about 1 second they all go away!
There aren't any ...
0
votes
1answer
91 views
Visual Studio - Accessing Warnings/Errors from Error List in C#
I am a bit new to CSharp for a couple months, and I am trying to make "grab" the warnings/errors from the error list pane in Visual Studio and use them in my code, so that hopefully there can be a ...