I get this from /admin/EditPosts.aspx when I first log in. It's a new install. Any ideas???
Parser Error Message: The base class includes the field 'Editor', but its type (Dottext.Web.Admin.UserControls.EntryEditor) is not compatible with the type of control (ASP.EntryEditor_ascx).
Source Error:
Line 3: <%@ Register TagPrefix="ANW" Namespace="Dottext.Web.Admin.WebUI" Assembly="Dottext.Web.Admin" %>
Line 4: <ANW:Page id="PageContainer" CategoryType="PostCollection" TabSectionID="Posts" runat="server">
Line 5: <EED:EntryEditor id="Editor" CategoryType="PostCollection" EntryType="BlogPost" ResultsTitle="Posts" runat="server" />
Line 6: </ANW:Page>
ALFKI
Member
448 Points
98 Posts
Parser Error
Feb 06, 2006 02:08 PM|LINK
Parser Error Message: The base class includes the field 'Editor', but its type (Dottext.Web.Admin.UserControls.EntryEditor) is not compatible with the type of control (ASP.EntryEditor_ascx).
Source Error:
Line 3: <%@ Register TagPrefix="ANW" Namespace="Dottext.Web.Admin.WebUI" Assembly="Dottext.Web.Admin" %>
Line 4: <ANW:Page id="PageContainer" CategoryType="PostCollection" TabSectionID="Posts" runat="server">
Line 5: <EED:EntryEditor id="Editor" CategoryType="PostCollection" EntryType="BlogPost" ResultsTitle="Posts" runat="server" />
Line 6: </ANW:Page>