Getting exception while processing web.config
: 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: Exception creating section handler.
Source Error:
Line 4: <section
Line 5: name="nhibernate"
Line 6: type="System.Configuration.NameValueSectionHandler, System,
Line 7: Version=1.1.5000.0,Culture=neutral,
Line 8: PublicKeyToken=b77a5c561934e089"/>
Source File: c:\inetpub\wwwroot\TrialHibernate\web.config Line: 6
Assembly Load Trace: The following information can be helpful to determine why the assembly 'System' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = System, Culture=neutral
(Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot/TrialHibernate
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: System, Culture=neutral
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/trialhibernate/7a7a734c/f0a28ba7/System.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/trialhibernate/7a7a734c/f0a28ba7/System/System.DLL.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/TrialHibernate/bin/System.DLL.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/TrialHibernate/bin/System/System.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/trialhibernate/7a7a734c/f0a28ba7/System.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/trialhibernate/7a7a734c/f0a28ba7/System/System.EXE.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/TrialHibernate/bin/System.EXE.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/TrialHibernate/bin/System/System.EXE.
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
|