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?
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?
Just click on the "Warnings" button at the top of the window to hide them.
Close all open documents and rebuild the solution to get rid of those warnings. I have also that problem on webprojects and WCAG-varnings, but they disapear when Im doing a rebuild.
If its a warning your not arsed about you could disable them.
website -> property pages -> accessibility->uncheck show warnings
other wise just close all files
window -> close all documents
How to do the same.. i.e remove warnings when I am compiling a VC++ program?
I know this is an old thread but was having the same problem. I found that the warnings would dissapear by doing the following:
Now when you click back on the Error List tab and look at warnings, they should be reset.
I came across this question yesterday looking for an easy answer. While closing the solution works for me, and then rebuilding only the solution I want to see warnings on, I found that doing a "Clean Solution" (right-click solution, select "Clean Solution") will clear the Error List pane (including warnings).