|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
some config error happens periodically onlywe have a number of web applications once in a while they produce an error like below if you restart IIS - they disappear it happens on two servers any ideas? Thamks GSL ++++++++++++++++++++++++++++++++++++++++++++++++ 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: Unable to load file 'portallibrary'. 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 Assembly Load Trace: The following information can be helpful to determine why the assembly 'portallibrary' could not be loaded. === Pre-bind state information === LOG: DisplayName = portallibrary (Partial) LOG: Appbase = file:///D:/inetpub/Informins_Root/csrportal 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: portallibrary LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/csrportal/4b3f8fd5/6c4a072e/portallibrary.DLL. LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/csrportal/4b3f8fd5/6c4a072e/portallibrary/portallibrary.DLL. LOG: Attempting download of new URL file:///D:/inetpub/Informins_Root/csrportal/bin/portallibrary.DLL. LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind). LOG: Post-policy reference: portallibrary, Version=1.0.2158.24839, Culture=neutral, PublicKeyToken=null ---------------------------------------------------------------------------- ---- Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032 Are you doing any custom assembly redirection?
Open microsoft .net configuration wizard (depending on framework version) and look under configured assemblies->view configured assemblies for any custom redirection for the assembly in the log file. HTH Show quote "gsl" wrote: > Hi > > we have a number of web applications > > once in a while they produce an error like below > if you restart IIS - they disappear > it happens on two servers > > any ideas? > > Thamks > GSL > > > ++++++++++++++++++++++++++++++++++++++++++++++++ > 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: Unable to load file 'portallibrary'. > > 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 > > Assembly Load Trace: The following information can be helpful to determine > why the assembly 'portallibrary' could not be loaded. > > > === Pre-bind state information === > LOG: DisplayName = portallibrary > (Partial) > LOG: Appbase = file:///D:/inetpub/Informins_Root/csrportal > 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: portallibrary > LOG: Attempting download of new URL > file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET > Files/csrportal/4b3f8fd5/6c4a072e/portallibrary.DLL. > LOG: Attempting download of new URL > file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET > Files/csrportal/4b3f8fd5/6c4a072e/portallibrary/portallibrary.DLL. > LOG: Attempting download of new URL > file:///D:/inetpub/Informins_Root/csrportal/bin/portallibrary.DLL. > LOG: Policy not being applied to reference at this time (private, custom, > partial, or location-based assembly bind). > LOG: Post-policy reference: portallibrary, Version=1.0.2158.24839, > Culture=neutral, PublicKeyToken=null > > > > > ---------------------------------------------------------------------------- > ---- > Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET > Version:1.1.4322.2032 > > > > no custom redirect
just a web app with a bunch of libraries in bin directory all where once created under 1.0 later recompiled under 1.1 Show quote "gsl" <greg@nospam_greglipman.com> wrote in message --news:uUQ#Xr1iHHA.4596@TK2MSFTNGP05.phx.gbl... > Hi > > we have a number of web applications > > once in a while they produce an error like below > if you restart IIS - they disappear > it happens on two servers > > any ideas? > > Thamks > GSL > > > ++++++++++++++++++++++++++++++++++++++++++++++++ > 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: Unable to load file 'portallibrary'. > > 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 > > Assembly Load Trace: The following information can be helpful to determine > why the assembly 'portallibrary' could not be loaded. > > > === Pre-bind state information === > LOG: DisplayName = portallibrary > (Partial) > LOG: Appbase = file:///D:/inetpub/Informins_Root/csrportal > 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: portallibrary > LOG: Attempting download of new URL > file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET > Files/csrportal/4b3f8fd5/6c4a072e/portallibrary.DLL. > LOG: Attempting download of new URL > file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET > Files/csrportal/4b3f8fd5/6c4a072e/portallibrary/portallibrary.DLL. > LOG: Attempting download of new URL > file:///D:/inetpub/Informins_Root/csrportal/bin/portallibrary.DLL. > LOG: Policy not being applied to reference at this time (private, custom, > partial, or location-based assembly bind). > LOG: Post-policy reference: portallibrary, Version=1.0.2158.24839, > Culture=neutral, PublicKeyToken=null > > > > > -------------------------------------------------------------------------- > ---- > Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET > Version:1.1.4322.2032 > > > |
|||||||||||||||||||||||