Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I clear the Warnings sections of the error list In VS2008?

Specifically, once I get the WCAG Anaylsis warnings for a website into my warnings window I can't get rid of them, until I close down studio. When building another project in the same solution they stay there.

Anyone got any ideas?

like image 273
NikolaiDante Avatar asked Dec 03 '08 11:12

NikolaiDante


1 Answers

I know this is an old thread but was having the same problem. I found that the warnings would dissapear by doing the following:

  1. Closing the documents in question
  2. Clicking on the Output tab
  3. Rebuild the application

Now when you click back on the Error List tab and look at warnings, they should be reset.

like image 184
Mike Thien Avatar answered Sep 19 '22 17:09

Mike Thien