D
Dave Hall
Occasionally get the following configuration error message displayed in my
browser while developing a simple one page ASP.NET page. The page uses a
handfull of simple web controls, and seems to work fine most of the time.
Occasionally recompiling a change in the code will result in the following
error when I test the page. At that point, undoing the change to the code
doesn't fix the error. I can usually close Visual Studio and the browser,
then reopen the project, recompile, and continue with no problems. Any idea
what's happening, and what I can do to avoid it?
Thanks,
Dave
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
Assembly Load Trace: The following information can be helpful to determine
why the assembly 'microsoft.web.ui.webcontrols' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = microsoft.web.ui.webcontrols
(Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot/MySchedule
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: microsoft.web.ui.webcontrols
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/Myschedule/fc5215f8/80ba20c7/microsoft.web.ui.webcontrols.DLL.
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/Myschedule/fc5215f8/80ba20c7/microsoft.web.ui.webcontrols/microsoft.we
b.ui.webcontrols.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/MySchedule/bin/microsoft.web.ui.webcontrols.DLL.
LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: Microsoft.Web.UI.WebControls, Version=1.0.2.226,
Culture=neutral, PublicKeyToken=null
browser while developing a simple one page ASP.NET page. The page uses a
handfull of simple web controls, and seems to work fine most of the time.
Occasionally recompiling a change in the code will result in the following
error when I test the page. At that point, undoing the change to the code
doesn't fix the error. I can usually close Visual Studio and the browser,
then reopen the project, recompile, and continue with no problems. Any idea
what's happening, and what I can do to avoid it?
Thanks,
Dave
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
Assembly Load Trace: The following information can be helpful to determine
why the assembly 'microsoft.web.ui.webcontrols' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = microsoft.web.ui.webcontrols
(Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot/MySchedule
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: microsoft.web.ui.webcontrols
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/Myschedule/fc5215f8/80ba20c7/microsoft.web.ui.webcontrols.DLL.
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/Myschedule/fc5215f8/80ba20c7/microsoft.web.ui.webcontrols/microsoft.we
b.ui.webcontrols.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/MySchedule/bin/microsoft.web.ui.webcontrols.DLL.
LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: Microsoft.Web.UI.WebControls, Version=1.0.2.226,
Culture=neutral, PublicKeyToken=null