How can I stop CSS validation errors appearing in the error list in VS2008

For some reason, in Visual Studio, when I create an application, it wants to check my CSS and show them as build errors in the error list. This is really very annoying, as it’s hard to understand what real build errors are. Is there a way to stop CSS validation errors displayed in the error list?

+7
visual-studio-2008
source share
1 answer

Look in the Tools β†’ Options section and find the CSS editor options. I think there are some options that control whether error messages and / or warnings are reported. I do not have access to VS right now, so I can’t check the exact options available.

+11
source share

All Articles