Hej!Configuration Error, nytt problem
Sitter och jobbar på en webbplats i Visual Studio .Net 2003. Alldels nyligen har det börjat uppstå ett problem som jag aldrig sett tidigare. Blir bara ibland och det räcket ofta att jag bara debugar det några gånger, alltså kör ctrl F5, så fungerar det igen. Sen kan det gå några gånger och det fungerar bra men sen kommer samma problem igen. Någon som har en aning om vad som kan vara problem. Det verkar inte ha något med koden att göra.
Felmeddelande:
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: 'Test.
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 'Autofox2' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = Autofox2
(Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot/Test
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: Autofox2
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Tempora
ry ASP.NET Files/autofox2/e381d7b7/16561b27/Autofox2.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Tempora
ry ASP.NET Files/autofox2/e381d7b7/16561b27/Autofox2/Autofox2.DLL.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/Autofox2/bin/Autofox2.DLL.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: Autofox2, Version=1.0.2458.34337, Culture=neutral, PublicKeyToken=null
Har testat att stänga av Index Services för jag har förstått att det kan bero på det, men det fungerar fortfarande lika dåligt. Börjar bli riktigt less, är nog långsam på att programera så jag behöver verkligen inte det här...
Mvh JonasSv: Configuration Error, nytt problem
Det har löst sig, det visade sig vara virusprogrammet som jävlades. Så det kan vara ett tips för dom som råkar ut för samma sak som mig.
//Jonas