Configuration Error

  •  09-24-2005, 3:35 AM

    Configuration Error

    Every so often while I am working on the site, after building a file and running debug I get the following error.  I also received this error on the live server and am unable to view any of the pages.  Here is the error...
     
     

    Server Error in '/' Application.

    Configuration Error

    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

    Parser Error Message: Access is denied: 'CuteEditor'.

    Source Error:

    Line 256:                <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
    Line 257:                <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
    Line 258:                <add assembly="*"/>
    Line 259:            </assemblies>
    Line 260:

    Source File: c:\winnt\microsoft.net\framework\v1.1.4322\Config\machine.config    Line: 258

    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:/Sites/justout.org/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:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/1494e63b/4f884c9b/CuteEditor.DLL.
    LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/1494e63b/4f884c9b/CuteEditor/CuteEditor.DLL.
    LOG: Attempting download of new URL file:///D:/Sites/justout.org/wwwroot/bin/CuteEditor.DLL.
    LOG: Publisher policy file is not found.
    LOG: No redirect found in host configuration file (C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
    LOG: Using machine configuration file from C:\WINNT\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
    LOG: Post-policy reference: CuteEditor, Version=4.5.0.0, Culture=neutral, PublicKeyToken=3858aa6802b1223a
    


    Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
View Complete Thread