VS 2003 misbehaving



Using Dotnet 2003 VS,
the app ( ASP and C# ) I am working on works well.
Occasionally, the following error message happens ( listed below
inbetween the ++++ comments ).
I have tried everything I know,
the only way to clear the problem is to close Visual Studio and
then shutdown Windows.

THE INCONSISANT PROBLEM:

in the path:

C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\myreader\aabbcc\mmnnoo\assembly\wzxy

I do not have access to one of it's folders:

qqrrss

++++++++++++++++++++++++++++++++++++
++ Beginning of offending message ++
++++++++++++++++++++++++++++++++++++
Server Error in '/myApp' Application.
----------------------------------------------------------------------------
----

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: 'Level01.Level02.Level03'.

Source Error:


Line 196: <add assembly="System.EnterpriseServices, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=1a2b3c"/>
Line 197: <add assembly="System.Web.Mobile, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=1a2b3c"/>
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

Assembly Load Trace: The following information can be helpful to determine
why the assembly 'Level01.Level02.Level03' could not be loaded.


=== Pre-bind state information ===
LOG: DisplayName = Level01.Level02.Level03
(Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot/myApp
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: Level01.Level02.Level03
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/myApp/aabbcc/mmnnoo/Level01.Level02.Level03.DLL.
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/myApp/aabbcc/mmnnoo/Level01.Level02.Level03/Level01.Level02.Level03.DL
L.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/myApp/bin/Level01.Level02.Level03.DLL.
LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: Level01.Level02.Level03, Version=1.2.306.37210,
Culture=neutral, PublicKeyToken=null




----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET
Version:1.1.4322.2032


++++++++++++++++++++++++++++++++++++
++ End of offending message ++
++++++++++++++++++++++++++++++++++++




.



Relevant Pages

  • some config error happens periodically only
    ... An error occurred during the processing of a configuration file ... Policy not being applied to reference at this time (private, custom, ... Attempting download of new URL ...
    (microsoft.public.dotnet.framework)
  • some config error happens periodically only
    ... An error occurred during the processing of a configuration file ... Policy not being applied to reference at this time (private, custom, ... Attempting download of new URL ...
    (microsoft.public.dotnet.framework.aspnet)
  • I am facing a serious issue when trying to start an application
    ... Policy not being applied to reference at this time (private, ... custom, partial, or location-based assembly bind). ... LOG: Post-policy reference: SSLLibrary ... Attempting download of new URL ...
    (microsoft.public.dotnet.framework.aspnet)
  • vbrun access denied
    ... Policy not being applied to reference at this time (private, custom, ... partial, or location-based assembly bind). ... Attempting download of new URL ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: adding a web references which times out.
    ... You can just download the WSDL file to another ... each time I add a web reference the downloading of the ... > "The operation has timed-out" error message when you access a Web service ...
    (microsoft.public.dotnet.framework.aspnet.webservices)

Loading