May 2010
Intermediate to advanced
1272 pages
61h 18m
English
The Error List tool window can show a list of all messages, including warnings and information, which are generated by Visual Studio during the development of your applications. Figure 2.18 shows the Error List tool window.
Figure 2.18 The Error List tool window.

Typically the Error List window can show three kinds of messages:
• Error messages
• Warning messages
• Information messages
Error messages are related to errors that prevent your application from running, for example, if your code cannot compile successfully. This can include any kind of problems that Visual Studio or the background compiler may encounter during the ...
Read now
Unlock full access