Highlights Visual Studio Green Warning

I have a strange problem in Visual Studio. Today, he decided to add green wiggly characters to my code in aspx files:

enter image description here

I tried to remove part of the code that I wrote today, hoping to find something that disables the IDE, but I cannot solve it.

Everything compiles and works fine. When I hover over any of the underscores, I get the following message: "This name contains uppercase letters that are not allowed."

I have it on all my content pages.

Has anyone seen this before or can suggest how to decide what might be wrong?

And by the way, the code passes the W3C check

+5
source share
2 answers

OK . , -.

, ( IDE - telerik ). " " telerik ". - .

, Telerik.Web.Design.dll bin. , , , .

UPPERCASE.

+3

,

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

, html xtml.

XHTML

XHTML elements must be properly nested
XHTML elements must always be closed
XHTML elements must be in lowercase
XHTML documents must have one root element

: http://www.w3schools.com/xhtml/xhtml_html.asp

+5

All Articles