Hi,
I have just tried toload the demo version c# demo and i get the following error. Can anyone help?
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: File or assembly name CuteEditor, or one of its dependencies, was not found.
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:
Line 6: <html>
|
Source File: D:\kmseuintranet\cute editor\cs\Default.aspx Line: 4
Assembly Load Trace: The following information can be helpful to determine why the assembly 'CuteEditor' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = CuteEditor
(Partial)
LOG: Appbase = file:///D:/kmseuintranet
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: CuteEditor
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/227ac505/c613ddb5/CuteEditor.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/227ac505/c613ddb5/CuteEditor/CuteEditor.DLL.
LOG: Attempting download of new URL file:///D:/kmseuintranet/bin/CuteEditor.DLL.
LOG: Attempting download of new URL file:///D:/kmseuintranet/bin/CuteEditor/CuteEditor.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/227ac505/c613ddb5/CuteEditor.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/227ac505/c613ddb5/CuteEditor/CuteEditor.EXE.
LOG: Attempting download of new URL file:///D:/kmseuintranet/bin/CuteEditor.EXE.
LOG: Attempting download of new URL file:///D:/kmseuintranet/bin/CuteEditor/CuteEditor.EXE.
|