Every so often I get the following 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 'SD.LLBLGen.Pro.ORMSupportClasses.NET11' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = SD.LLBLGen.Pro.ORMSupportClasses.NET11
(Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot/FAIS
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: SD.LLBLGen.Pro.ORMSupportClasses.NET11
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/fais/768fa114/3780c907/SD.LLBLGen.Pro.ORMSupportClasses.NET11.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/fais/768fa114/3780c907/SD.LLBLGen.Pro.ORMSupportClasses.NET11/SD.LLBLGen.Pro.ORMSupportClasses.NET11.DLL.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/FAIS/bin/SD.LLBLGen.Pro.ORMSupportClasses.NET11.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: SD.LLBLGen.Pro.ORMSupportClasses.NET11, Version=1.0.2004.1, Culture=neutral, PublicKeyToken=ca73b74ba4e3ff27
Most of the time I just shut down Visual Studio and reload the project and it goes away. The problem is that it is happening more and more frequently and it takes 5-7 minutes to restart Visual studio.
Thanks in advance
Rich