Parser Error after Web.Config & application folder changes

Last post 11-25-2005, 3:21 PM by Kara. 6 replies.
Sort Posts: Previous Next
  •  11-23-2005, 2:49 PM 12944

    Parser Error after Web.Config & application folder changes

    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.
    

     

  •  11-24-2005, 1:07 AM 12968 in reply to 12944

    Re: Parser Error after Web.Config & application folder changes

    Where did you put the CuteEditor.dll? "rootdirectory/bin" or "rootdirectory/khooper/bin"?

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  11-24-2005, 2:35 AM 12970 in reply to 12968

    Re: Parser Error after Web.Config & application folder changes

    I put the CuteEditor.dll in the "rootdirectory/bin".  There is no /bin under khooper.
  •  11-24-2005, 10:34 AM 12986 in reply to 12970

    Re: Parser Error after Web.Config & application folder changes

  •  11-24-2005, 12:59 PM 12998 in reply to 12986

    Re: Parser Error after Web.Config & application folder changes

    Since I'm not sure what a virutal directory is, then I don't believe khooper is one.
  •  11-25-2005, 3:07 PM 13029 in reply to 12968

    Re: Parser Error after Web.Config & application folder changes

    Try put the CuteEditor.DLL under "rootdirectory/khooper/bin"
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  11-25-2005, 3:21 PM 13030 in reply to 13029

    Re: Parser Error after Web.Config & application folder changes

    I know that will work, the problem is that I need other folders to access the CuteEditor.dll
    such as
    rootdirectory/vbarram
    rootdirectory/wscheuble
    I don't want to have to put bin under each of those folders, I only want it in the one place under rootdirectory/bin.
View as RSS news feed in XML