Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

From time to time, after i finish debugging and i want to restart the page, i get this error in ASP.Net and i have to reboot. Any ideas on why and how can I get rid of it without rebooting everytime?

 

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: 'ADODB'.

 

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:\winnt\microsoft.net\framework\v1.0.3705\Config\machine.config Line: 172

Posted

try restarting your computer and deleting your project's temporary files from the following path

C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET Files\"your project"

 

this might solve your problem.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...