My Server Error

  •  10-04-2005, 6:52 PM

    My Server Error

    I have followed the directions as outlined in the "Deployment" page. Recieve the following error:
     
     

    Server Error in '/CuteEditor' 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 CuteEditor.Editor from assembly CuteEditor, Version=1.0.2103.31063, Culture=neutral, PublicKeyToken=null.

    Source Error:

    Line 24: 						This example show you <b>all the predefined buttons</b>. 
    Line 25: 						<br><br>
    Line 26: 						<CE:Editor id="Editor1" EditorWysiwygModeCss="../example.css" runat="server" ></CE:Editor><br />
    Line 27: 						<asp:Button id="btnUpdate" onclick="Submit" Runat="server" Text="Show HTML"></asp:Button>
    Line 28: 						<asp:Literal ID="Literal1" Runat="server" />

    Source File: c:\inetpub\wwwroot\CuteEditor\vb\Default.aspx    Line: 26


    Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
View Complete Thread