I have to reboot !!

eramgarden

Contributor
Joined
Mar 8, 2004
Messages
579
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
 
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.
 
Back
Top