jkh80
-
3/22/2009 3:27:51 PM
Installation error
I have installed Kentico on my machine and was attempting to set up a new site using the site installer, but this is the error I get when I try to access the site I have installed for the first time (before setting up the database):
Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Unknown server tag 'cms:LayoutPanel'.
Source Error:
Line 78: <cms:RequireScript ID="rqScript" runat="server" /> Line 79: <asp:Panel runat="server" ID="pnlBody" CssClass="InstallerBody"> Line 80: <cms:LayoutPanel ID="layPanel" runat="server" LayoutCssClass="InstallPanel"> Line 81: <asp:Label ID="lblHeader" CssClass="InstallHeader" runat="server" /><br /> Line 82: <asp:Image ID="imgHeader" runat="server" CssClass="InstalHeader" />
Source File: /KenticoCMS/cmsinstall/install.aspx Line: 80
I am running the site locally in a sub-folder, and the address I was using to access the script is http://localhost/KenticoCMS/cmsinstall/install.aspx.
Has anyone else experienced this issue?
|