this is the err i get now
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. An attempt was made to load a program with an incorrect format.
Source Error:
Line 3: <%@ Register Src="../bottomNav1.ascx" TagName="bottomNav1" TagPrefix="uc2" %>
Line 4: <%@ Register Src="nav.ascx" TagName="nav" TagPrefix="uc1" %>
Line 5: <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
Line 6:
Line 7: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
Source File: /RCONTENT/aaac/add.aspx Line: 5
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].
|