Re: maddening configuration error problem
From: Martin Peck [MSFT] (mpeck@online.microsoft.com)
Date: 01/25/03
- Next message: Mike Moore [Microsoft]: "Re: app config file downloading (not) for winform deployment model"
- Previous message: Eric C. Au: "Log out function in ASP.NET?"
- In reply to: Eric Newton: "maddening configuration error problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Martin Peck [MSFT]" <mpeck@online.microsoft.com> Date: Fri, 24 Jan 2003 23:17:51 -0000
Eric,
I think you might be seeing an issue that is discussed in the following
Knowledge Base article 329065:
http://support.microsoft.com/default.aspx?scid=kb%3ben-us%3b329065
HTH
Regards,
Martin
-- This posting is provided "AS IS" with no warranties, and confers no rights. "Eric Newton" <ericnewton76@hotmail.com> wrote in message news:#Tx8aQnvCHA.2296@TK2MSFTNGP09... > 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: Mike Moore [Microsoft]: "Re: app config file downloading (not) for winform deployment model"
- Previous message: Eric C. Au: "Log out function in ASP.NET?"
- In reply to: Eric Newton: "maddening configuration error problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|