Parser Error Message: Could not load file or assembly 'CuteEditor' or one of its dependencies.

  •  02-03-2009, 3:08 PM

    Parser Error Message: Could not load file or assembly 'CuteEditor' or one of its dependencies.

    Hello guys
    i just installed cute editor for .net using c#
     
    but when i run it, i get the error below. I copied the files into the directory application/cs and application/cutesoft_client and the dll files into the bin directory
     
    what is wrong ?
    Ehi
     
    Server Error in '/' 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 file or assembly 'CuteEditor' or one of its dependencies. The system cannot find the file specified.

    Source Error:

    Line 2:  <%@ Register TagPrefix="cutesoft" TagName="banner" Src="banner.ascx" %>
                Line 3:  <%@ Register TagPrefix="cutesoft" TagName="leftmenu" Src="leftmenu.ascx" %>
                Line 4:  <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
                Line 5:  <html>
                Line 6:      <head>

    Source File: /applications/cs/default.aspx    Line: 4
View Complete Thread