maddening configuration error problem
From: Eric Newton (ericnewton76@hotmail.com)
Date: 01/17/03
- Next message: Shawn Farkas [MS]: "Re: Newbie security architecture question"
- Previous message: Josh Korn: ".NET PetShop doesn't seem to start under .NET Server RC2"
- Next in thread: Martin Peck [MSFT]: "Re: maddening configuration error problem"
- Reply: Martin Peck [MSFT]: "Re: maddening configuration error problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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
- Next message: Shawn Farkas [MS]: "Re: Newbie security architecture question"
- Previous message: Josh Korn: ".NET PetShop doesn't seem to start under .NET Server RC2"
- Next in thread: Martin Peck [MSFT]: "Re: maddening configuration error problem"
- Reply: Martin Peck [MSFT]: "Re: maddening configuration error problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|