Parser Error on first installation of CuteEditor .NET

  •  02-03-2010, 3:29 PM

    Parser Error on first installation of CuteEditor .NET

    I downloaded the CuteEditor .NET version and installed it on my dev system. For both framework 2.0 and 1.x, I get the following error. Any ideas how to resolve this?
     
    My local URL is: http://localhost/SampleASP/CuteEditor_for_NET6/Framework%201.x/cs/editRTF.aspx
     
     
     

    Server Error in '/SampleASP' 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: /SampleASP/CuteEditor_for_NET6/Framework 1.x/cs/editRTF.aspx    Line: 4

    Assembly Load Trace: The following information can be helpful to determine why the assembly 'CuteEditor' could not be loaded.

    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].


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