This website may use cookies. More info. That's Fine x
Welcome Login

Visual studio: Error list


In visual studio Error List window, you can filter out errors, warnings and messages, by toggling respective buttons highlighted:

vs-errorlist1

 

You can filter these messages further by selecting one of the following options: open documents, current project and current document:

vs-errorlist2

 

 

 

Suppressing compiler warning messagaes by project:

Steps:

1. Solution explorer > choose project > View menu > Property Pages

2. In the Suppress warnings box, specify the error codes of the warnings that you want to suppress, separated by semicolons, and then rebuild the solution.

vs-errorlist3

 

 

How do I copy error messages:

If you wanted to copy an error in vs intellisense, just enable error list:

Steps:

1. select 'View' in menu bar

2. enable 'Error List' which will open error list at the bottom of the screen by default containing all the errors with possibility to copy the message.

Eg:

vs-errorlist1


Created on: Wednesday, August 13, 2014 by Andrew Sin