Re: Error with machine.config??

From: John M Deal (johndeal_at_necessitysoftware.com)
Date: 12/03/04


Date: Fri, 03 Dec 2004 08:58:32 -0800

Are you getting this from a browser or in your IDE? I ask because we
have gotten this same exception but only while editing in our IDE and a
quick close and open on VS.Net always corrects it. We really would like
to know what causes it but as it has always been a designtime issue for
us and not a runtime one we have simply dealt with the twenty seconds or
so every month or two that it happens (e.g. it is so in frequent and
easy to work around that we can't justify the time to work out the root
cause, it would take decades to justify it in our case). I wish I could
be more help but this has been my only experience with this issue.

Have A Better One!

John M Deal, MCP
Necessity Software

GoCMS wrote:
> When I tried to access my aspx server, I got the config error followed.
> basically it complains about <add assembly="*"/> in machine.config. I don't
> think I made any change to this file at all. What's happening?
> Thanks!
>
> 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: Execution permission cannot be acquired.
>
> 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:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config Line:
> 198
>
>
> --------------------------------------------------------------------------------
>



Relevant Pages

  • RE: Config error using domain user for ASP.NET worker process
    ... | Subject: RE: Config error using domain user for ASP.NET worker process ... | Content-Type: text/plain; ... Produced By Microsoft MimeOLE V5.50.4910.0300 ... | configuration file required to service this request. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • ConfigurationManager issue
    ... I have an application that was built in vb.net 2.0. ... use of an object that reads from the configuration file (using ... When I run this code in the Visual Studio 2005 IDE, ... The most noticeable difference between my machine and the others is mine is ...
    (microsoft.public.dotnet.languages.vb)
  • Simple easy question, vb6
    ... I'm chaging my computer hardware, but I want to keep all my IDE ... options(editor format, etc.). ... Where is the configuration file? ...
    (microsoft.public.vb.general.discussion)
  • Re: cannot get any app settings after renaming app.config
    ... The IDE recognizes 'app.config' as a special name for the application configuration file. ... If you rename the source file to anything other than 'app.config', the IDE will no more treat it in any automatic fashion. ... code I always get null on myApp. ...
    (microsoft.public.dotnet.languages.csharp)