Configuration Error

N

Navaneet

Hi All,

I am getting these type of error in Visual Studio 2003? It is fixed
only when i reboot the system!!!

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: 'skmMenu'. (Some time other
than skmMenu)

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

Any explanation?

Thanks,
: Kumar N
 
C

coolCoder

Hi All,

I am getting these type of error in Visual Studio 2003? It is fixed
only when i reboot the system!!!

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: 'skmMenu'. (Some time other
than skmMenu)

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

Any explanation?

Thanks,
: Kumar N

Have you tried aspnet_regiis ?
May be you have corrupt some of the ASP.NET engine files ??
Use the Visual Studio Command prompt to execute this command with -i
as argument.
Hope this solves the problem.
 
C

coolCoder

Hi All,

I am getting these type of error in Visual Studio 2003? It is fixed
only when i reboot the system!!!

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: 'skmMenu'. (Some time other
than skmMenu)

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

Any explanation?

Thanks,
: Kumar N

Have you tried aspnet_regiis ?
May be you have corrupt some of the ASP.NET engine files ??
Use the Visual Studio Command prompt to execute this command with -i
as argument.
Hope this solves the problem.
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

A little more details would help, what kind of app?
Are you running as admin?
Did you try to reinstall the framework?
Did you check the event log to see if there is more details there?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top