eramgarden Posted March 9, 2004 Posted March 9, 2004 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 Quote
*Gurus* Derek Stone Posted March 9, 2004 *Gurus* Posted March 9, 2004 It looks as if there's a reference to the ADODB library in your global assembly cache. Try removing it. Quote Posting Guidelines
eramgarden Posted March 9, 2004 Author Posted March 9, 2004 It looks as if there's a reference to the ADODB library in your global assembly cache. Try removing it. How can I remove it?? Sorry, i'm a newbie... Quote
takesoln Posted March 11, 2004 Posted March 11, 2004 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.