Rank: Member Groups: Member
Joined: 12/19/2007 Posts: 21
|
In working on the development machine I occasionaly receive the following configuration error message. I usually just shut Visual Studio .net 2003 and reopen but it's not working this time. Any help would be appreciated.
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: 'Aspxlab.webcontrols'.
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
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Aspxlab.webcontrols' could not be loaded.
=== Pre-bind state information === LOG: DisplayName = Aspxlab.webcontrols (Partial) LOG: Appbase = file:///c:/inetpub/wwwroot/MetricsManager2003 LOG: Initial PrivatePath = bin Calling assembly : (Unknown). ===
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind). LOG: Post-policy reference: Aspxlab.webcontrols LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/metricsmanager2003/48aa1fdd/90a0bc67/Aspxlab.webcontrols.DLL. LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/metricsmanager2003/48aa1fdd/90a0bc67/Aspxlab.webcontrols/Aspxlab.webcontrols.DLL. LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/MetricsManager2003/bin/Aspxlab.webcontrols.DLL. LOG: Publisher policy file is not found. LOG: No redirect found in host configuration file (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config). LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config. LOG: Post-policy reference: AspxLab.WebControls, Version=2.7.4.0, Culture=neutral, PublicKeyToken=e92353a6bf73fffc
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, You can take a look of this topic and see if it helps: http://www.aspxlab.com/doc/file_locked.htmlYou would also want to rebuild your project. Thanks
|