Technical support This forum is closed.
Version 1.x > Technical support > Adding a new page to CMSdesk View modes: 
User avatar
Member
Member
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

User avatar
Member
Member
parthkashyap - 9/7/2006 7:11:32 AM
   
Re: Adding a new page to CMSdesk
Can anyone let me know if this can be done ???

User avatar
Guest
admin - 9/7/2006 5:02:10 PM
   
Re: Adding a new page to CMSdesk
The same as in my previous reply - you need to copy the cmsdesk.dll to /bin.

BTW: it's recommended that you use VS2005 for new projects since version 2.0 will no longer support VS2003. Also, the modifications of the CMSDEsk project in VS2005 are much easier.

Regards,