Here is the error I'm receiving. I just changed my web.config files so that my user can only log on through the index.aspx page in the khooper/login folder. The frontpage.aspx page is trying to reference the cutesoft editor is in the login folder.
I had my web host set the khooper folder as an application directory.
What do I have to do to try and resolve this error? It looks to me like it's trying to look for the bin directory in the khooper folder? I read another post about trying to point it to the correct directory, but I don't understand that with how I have it set up.
This is what it should be
rootdirectory/CuteSoft_Client
rootdirectory/bin
rootdirectory/khooper/login
rootdirectoy/wscheuble/login
(multiple folders will be using the cutesoft and bin directories installed once is what I need)
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: <%@ Import Namespace="System.Data" %>
Line 3: <%@ Import Namespace="System.Data.OleDB" %>
Line 4: <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
Line 5: <html>
Line 6: <head>
|
Source File: D:\hshome\myunitbi\myunitbiz.com\khooper\login\frontpage.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:/hshome/myunitbi/myunitbiz.com/khooper
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:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/khooper/6fbd4cef/37920014/CuteEditor.DLL.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/khooper/6fbd4cef/37920014/CuteEditor/CuteEditor.DLL.
LOG: Attempting download of new URL file:///D:/hshome/myunitbi/myunitbiz.com/khooper/bin/CuteEditor.DLL.
LOG: Attempting download of new URL file:///D:/hshome/myunitbi/myunitbiz.com/khooper/bin/CuteEditor/CuteEditor.DLL.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/khooper/6fbd4cef/37920014/CuteEditor.EXE.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/khooper/6fbd4cef/37920014/CuteEditor/CuteEditor.EXE.
LOG: Attempting download of new URL file:///D:/hshome/myunitbi/myunitbiz.com/khooper/bin/CuteEditor.EXE.
LOG: Attempting download of new URL file:///D:/hshome/myunitbi/myunitbiz.com/khooper/bin/CuteEditor/CuteEditor.EXE.
|