1
vote
3answers
124 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 …
1
vote
1answer
108 views
GNU C++ error messages
Is there a comprehensive list of error/warning messages for the g++ compiler available online?
I'm looking for something similar to the MSDN documentation which describes what each message means and …
0
votes
1answer
50 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 …
0
votes
2answers
246 views
VS2008 SP1 Error list crazyness
Ever since updating my VS2008 to SP1 whenever I open a page in a website a bunch of non-existing errors show in my error list (Usually saying controls don't exist)
Example:
![image] …
