Hi,
Nop is not a virtual diectory - just a folder in the wwwroot (IIS) root.
I coped the bin folder and all its contents to C:\Inetpub\wwwroot\bin
and also added the folder C:\Inetpub\wwwroot\CuteSoft_Client\CuteEditor (and all its contents)
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: c:\inetpub\wwwroot\webapplication1\vb\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:///c:/inetpub/wwwroot
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/2135a508/8d69a834/CuteEditor.DLL.
|
I then copied all the .dlls in the bin folder to the wwwroot, and same problem
Ideas?
Thanks