I am getting the error in my aspx page:
'CC1' is an unrecognized tag prefix or device filter.'
the app works fine and it seems it is declared correctly. The page is pasted below. Any ideas?
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Excercise.aspx.cs" Inherits="Excercise_aspx" %>
<%@ Register TagPrefix="CC1" Namespace="ZedGraph" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<CC1:ZEDGRAPHWEB id="ZEDGRAPHWEB1" Width="500" Height="300" runat="server" OnLoad="ZEDGRAPHWEB1_Load" OnRenderGraph="ZEDGRAPHWEB1_RenderGraph" ></cc1:ZEDGRAPHWEB>
</div>
</form>
</body>
</html>
Peter Kellner
http://73rdstreet.com and blogging at
http://PeterKellner.netMVP, ASP.NET