Not that its affecting my web page (everything compiles fine), but the warnings that pop up in the Visual Studio task/output list (and underlined text) is driving me nuts. Somethings wrong but I can't seem to figure out how to fix it. Here is an example warning.
The active schema does not support the element 'LINK'.
There are more, but for common HTML elements like Table, td, tr and embed. So it underlines these elements and tell me the warning.
Here is the top of the page so you can see the doctype and other stuff..
<! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "<%@ import Namespace="System.Data.SqlClient" %>
<%@ import Namespace="System.Data" %>
<%@ Page language="C#" debug="true" %>
<HTML>
<HEAD>
<title>:: TEST ::</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="VisualStudio.HTML" name="ProgId">
<meta content="Microsoft Visual Studio .NET 7.1" name="Originator">
<LINK REL=stylesheet TYPE="text/css" HREF="test_corp.css">
</HEAD>
tia,
--wbochar
The active schema does not support the element 'LINK'.
There are more, but for common HTML elements like Table, td, tr and embed. So it underlines these elements and tell me the warning.
Here is the top of the page so you can see the doctype and other stuff..
<! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "<%@ import Namespace="System.Data.SqlClient" %>
<%@ import Namespace="System.Data" %>
<%@ Page language="C#" debug="true" %>
<HTML>
<HEAD>
<title>:: TEST ::</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="VisualStudio.HTML" name="ProgId">
<meta content="Microsoft Visual Studio .NET 7.1" name="Originator">
<LINK REL=stylesheet TYPE="text/css" HREF="test_corp.css">
</HEAD>
tia,
--wbochar