Problems

The Problems view displays system-generated errors, warning or information associated with a resource. These are typically produced by builders. For example, if you save and build a source file that contains an error, the error will automatically be logged in this view.

The Problems is default included in Silverlight and Visual Studio perspective. Or you can add it via Window->Show View->Other...->General->Problems if it is closed or in other perspective.

The following icons are used by the Problems view:

Icon Description
Information
Warning
Error
Delete
Filter

The first row indicates whether the line item is a task or a compiler generated error, warning or info.

The Description column contains a descrioption of the line item. you can edit the description of user-defined tasks by selecting Properties from the context menu.

The Resouece and Path columns provide the name and location of the resource associated with each line item.

The Location column indicateds the line number of the line item within its associated resource.