Configuration Error

Last post 09-13-2005, 7:55 PM by Adam. 3 replies.
Sort Posts: Previous Next
  •  09-13-2005, 7:13 PM 10518

    Configuration Error

    My webapp has a page that uses the DotNetGallery. It works most of the time. However, every once in a hile, maybe 30% of the time, when I go to compile I get the following error. Sometimes I can rebuild and then it will work. Other times I have to exit the IDE and then it will work when I come back in. Other times I have to restart IIS and other times I have to reboot the computer to get it to work: The error is as follows any idea what causes this?????:
     
     

    Server Error in '/SFMCom' 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: 'DotNetGallery'.

    Source Error:

    Line 196:				<add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
    Line 197:				<add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
    Line 198:				<add assembly="*"/>
    Line 199:			</assemblies>
    Line 200:		</compilation>

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

    Assembly Load Trace: The following information can be helpful to determine why the assembly 'DotNetGallery' could not be loaded.

    === Pre-bind state information ===
    LOG: DisplayName = DotNetGallery
     (Partial)
    LOG: Appbase = file:///C:/SearchForMe/WebApps/SFM_ALL/Com
    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: DotNetGallery
    LOG: Attempting download of new URL file:///c:/winnt/microsoft.net/framework/v1.1.4322/Temporary ASP.NET Files/sfmcom/08eb0f11/b81b837a/DotNetGallery.DLL.
    LOG: Attempting download of new URL file:///c:/winnt/microsoft.net/framework/v1.1.4322/Temporary ASP.NET Files/sfmcom/08eb0f11/b81b837a/DotNetGallery/DotNetGallery.DLL.
    LOG: Attempting download of new URL file:///C:/SearchForMe/WebApps/SFM_ALL/Com/bin/DotNetGallery.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: DotNetGallery, Version=1.1.2035.26554, Culture=neutral, PublicKeyToken=bb68ca8cb64c5560
    


    Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
  •  09-13-2005, 7:32 PM 10520 in reply to 10518

    Re: Configuration Error

    This is usally a .Net Framework cache problem.

    Try this:

    - Close you VStudio
    - in the TaskManager, stop your Aspnet Process (it will restart automatically)
    - go to C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/ and delete everything
    - open you VStudio project, rebuild and check if the dotnetgallery.Dll is in the Bin directory (also check if it is in your reference list)

    This should solve the problem. Let me know if this worked.

    --

    Sorry should be dotnetgallery.dll.



    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

  •  09-13-2005, 7:48 PM 10522 in reply to 10520

    Re: Configuration Error

     
     
     
  •  09-13-2005, 7:55 PM 10523 in reply to 10522

    Re: Configuration Error

View as RSS news feed in XML