maddening configuration error problem

From: Eric Newton (ericnewton76@hotmail.com)
Date: 01/17/03


From: "Eric Newton" <ericnewton76@hotmail.com>
Date: Fri, 17 Jan 2003 17:02:47 -0500


Guys, something is happening that is frustrating me. I get the following
error message. It typically follows after I rebuild the solution after
fixing a previous error. Doesn't matter if I debug or not...

It seems as though something is referencing an unmanaged resource that
doesnt get released until the Garbage collection happens. Like the bug
happening in the previous request shocks the framework so bad that the
unmanaged resource being referenced never gets Dispose called. Or its not
wrapped in a using() C# / try/finally somewhere.

I hope somebody at MS knows about this, just so that the resource not being
released properly during a error gets wrapped in try/finally ;-)

Server Error in '/Sys4WebUI' 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: '[this part varies]'.
Source Error:
Line 170:                <add assembly="System.Drawing, Version=1.0.3300.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 171:                <add assembly="System.EnterpriseServices,
Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 172:                <add assembly="*"/>
Line 173:            </assemblies>
Line 174:
Source File:
c:\windows\microsoft.net\framework\v1.0.3705\Config\machine.config    Line:
172
----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.0.3705.288; ASP.NET
Version:1.0.3705.288


Relevant Pages

  • Accessing IIS Virtual Directory pointing to a remote fileshare at runtime
    ... Created virtual directory pointing to a fileshare/path- ... Error Message from .NET Framework ... configuration file required to service this request. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Error with Remote Workspace
    ... this is a relatively new installation of SBS and this ... An error occurred during the processing of a configuration file ... Parser Error Message: Unable to read the security policy file for trust ... Will you encounter the same error message when clicking "Backup" or ...
    (microsoft.public.windows.server.sbs)
  • Configuration Error...
    ... An error occurred during the processing of a configuration file ... Parser Error Message: Access is denied: 'WebChart'. ... LOG: DisplayName = WebChart ... LOG: Post-policy reference: WebChart ...
    (microsoft.public.dotnet.framework.aspnet)
  • Configuration Errors
    ... An error occurred during the processing of a configuration file ... Parser Error Message: Access is denied: 'WebChart'. ... LOG: DisplayName = WebChart ... LOG: Post-policy reference: WebChart ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Creating HttpHandlers
    ... > It could also be a directory: For example, if you type> into your browser www.microsoft.com/developer it is> redirected to another page. ... >>public class RedirectHandler: IHttpHandler{ ... >>configuration file required to service this request. ... Can anyone explain what this error message means>>and how I can address it? ...
    (microsoft.public.dotnet.framework.aspnet)

Loading