Access is denied: 'Urlcypher'.
Jeg har gang i at udvikle en web applikation, men pluselig får jeg at vide at jeg ikke har adgang til en af mine Assemblys...Access is denied: 'Urlcypher'.
________________________________________________________________
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:\winnt\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 198
_________________________________________________________________
Overstående er der hvor den påpeger at fejlen er, men jeg vil ikke lige bare umiddelbart bare pille i de filer der ligger tilknyttet Frameworket og ikke bare min app...
Yderligere info:
_________________________________________________________________
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Urlcypher' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = Urlcypher
(Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot/Moslund
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: Urlcypher
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/moslund/4646b161/b94d7787/Urlcypher.DLL.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/moslund/4646b161/b94d7787/Urlcypher/Urlcypher.DLL.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/Moslund/bin/Urlcypher.DLL.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: Urlcypher, Version=1.0.1920.15615, Culture=neutral, PublicKeyToken=null
Håber virkelig der er nogen der kan hjælpe her, for jeg vil sQ ikke bare begynde at pille løs i det her...
