parthkashyap
-
9/5/2006 2:52:50 PM
Adding a new page to CMSdesk
Hi,
I have been trying to add some new page to the cmsdesk project. But it gives me an error, even if i create a simple html page it throws an error
Server Error in '/kentico' Application. --------------------------------------------------------------------------------
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: Could not load type 'Kentico.CMS.CMSDesk.Test'.
Source Error:
Line 1: <%@ Register TagPrefix="cc1" Namespace="Kentico.CMS.CMSControls" Assembly="Kentico.CMS.CMSControls" %> Line 2: <%@ Page Language="vb" AutoEventWireup="false" Codebehind="Test.aspx.vb" Inherits="Kentico.CMS.CMSDesk.Test"%> Line 3: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> Line 4: <HTML>
Source File: c:\inetpub\wwwroot\kentico\cmsdesk\Test.aspx Line: 2
-------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
|