Re: Error with machine.config??
From: John M Deal (johndeal_at_necessitysoftware.com)
Date: 12/03/04
- Next message: Frank: "RE: Can't read/write to Registry"
- Previous message: GoCMS: "Error with machine.config??"
- In reply to: GoCMS: "Error with machine.config??"
- Next in thread: GoCMS: "Re: Error with machine.config??"
- Reply: GoCMS: "Re: Error with machine.config??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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
>
>
> --------------------------------------------------------------------------------
>
- Next message: Frank: "RE: Can't read/write to Registry"
- Previous message: GoCMS: "Error with machine.config??"
- In reply to: GoCMS: "Error with machine.config??"
- Next in thread: GoCMS: "Re: Error with machine.config??"
- Reply: GoCMS: "Re: Error with machine.config??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|