Could not load file or assembly 'CuteEditor' or one of its dependencies. The module was expected to contain an assembly manifest.

Last post 06-01-2009, 1:23 AM by debierman. 1 replies.
Sort Posts: Previous Next
  •  06-01-2009, 12:56 AM 52674

    Could not load file or assembly 'CuteEditor' or one of its dependencies. The module was expected to contain an assembly manifest.

    Hi,

    I keep getting this error when I try and run CuteEditor in any page of my site in IIS. It runs fine locally when running in VS2008 Development Server.

    I have another site on the same server that works without problems. I basically copied how I had it setup in the working site.
    I have the dll and license file in the bin directory.
    I have deleted the reference and added it again.
     
    I can't think of anything else. Any help would be appreciated--thanks!



    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 module was expected to contain an assembly manifest.

    Source Error:

    Line 2:  validateRequest="false" Codebehind="Add-Article.aspx.vb" Title="Add Article - News Manager" %>
    Line 3:  <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
    Line 4:  <%@ Register Assembly="CuteEditor" Namespace="CuteEditor" TagPrefix="CE" %>
    Line 5:  <asp:Content ID="Content1" ContentPlaceHolderID="Head" runat="server">
    Line 6:      <%--The page title is located above in in the @ Page directive and is automatically converted to an html tag.--%>

    Source File: /Manage/News/Add-Article.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.3053; ASP.NET Version:2.0.50727.3053
  •  06-01-2009, 1:23 AM 52677 in reply to 52674

    Re: Could not load file or assembly 'CuteEditor' or one of its dependencies. The module was expected to contain an assembly manifest.

    Hello,
     
    I was able to answer my own question. I "Cleaned" the application, and then I "Built" it. I uploaded fresh DLLs and all is well.
View as RSS news feed in XML