Error List Window
Explaining the functions and uses of the error list window
The error list window generally remains hidden at the bottom of the IDE and appears only when VWD encounters some problem in running the page.
The error list window displays three types of lists. They are categorized in three different tabs - Error, Warnings and Messages.
`Errors' are the serious problems. The VWD cannot run a page until we correct the code to remove all the errors. The error list window displays a description of the error along with the file in which the error occurred and the line number where the error was found.
`Warnings' are not so serious problems and VWD will try to solve the problem and run the page. However, it is a good practice to correct the code and remove any warning.
`Messages' are used for displaying text that appears when IIS builds the page.
