Tagged Questions

2
votes
2answers
92 views

In C#/VS 2010, how can I suppress error messages for files not marked to compile?

Ok, we have a 'pseudo-c#' file that we've added to the solution for reference. While it does have a .cs extension (to let VS take a stab at color-coding it since it's pretty big and that helps with ...
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 ...