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