css & ajax
I get a lot of errors in my css files when I build a web project that uses
ajax controls. They seem to work fine, but it's a pain when I am debugging
and it always displays these errors. "Lemonchiffon" seems to be a common
error; FILTER is not a known CSS property name, and more. How can I get
Visual Studio to ignore these errors?
Thanks for your help.
Date:Mon, 20 Aug 2007 11:01:56 -0600
Author:
|
Re: css & ajax
Those are validation errors, indicating that the CSS is not conformant with
the standard. If you want Visual Studio to ignore them, you will have to
configure it tonot validate CSS. This is done via Tools/Options, under Text
Editor/CSS. In the CSS-Specific item. uncheck "Detect invalid values".
--
HTH,
Kevin Spencer
Microsoft MVP
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
"magic kat" wrote in message
news:upuIRv04HHA.600@TK2MSFTNGP05.phx.gbl...
>I get a lot of errors in my css files when I build a web project that uses
>ajax controls. They seem to work fine, but it's a pain when I am debugging
>and it always displays these errors. "Lemonchiffon" seems to be a common
>error; FILTER is not a known CSS property name, and more. How can I get
>Visual Studio to ignore these errors?
>
> Thanks for your help.
>
Date:Tue, 21 Aug 2007 07:12:34 -0400
Author:
|