For some reason in Visual Studio when I build my application it wants to validate my CSS and show those up as build errors in the error list. It's really really annoying as it makes it hard to find what the real build errors are. Is there any way to stop CSS validation errors showing up in the Errors List?
A:
You could click the Warning icon, and stop ALL warnings appearing in the errors list.
Mitch Wheat
2009-09-24 00:33:02
But they're not showing up as warnings, they're showing up as errors. If I click the errors icon then all errors will disappear
lomaxx
2009-09-24 00:43:59
+1
A:
Look under Tools --> Options and find the CSS Editor options. I think there are some options there that control whether errors and/or warnings are reported. I don't have access to VS right now so I can't verify the exact options that are available.
tvanfosson
2009-09-24 01:02:10