Why Do we get this Error?
-
onfiguration 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: 'Microsoft.Practices.EnterpriseLibrary.Data'. Source Error: Line 196: Line 197: Line 198: Line 199: Line 200: 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.Practices.EnterpriseLibrary.Data' could not be loaded. === Pre-bind state information === LOG: DisplayName = Microsoft.Practices.EnterpriseLibrary.Data (Partial) LOG: Appbase = file:///c:/inetpub/wwwroot/AutoSys/Procurements/Web 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.Practices.EnterpriseLibrary.Data LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/autosys_procurements_web/14145ce2/887b2a67/Microsoft.Practices.EnterpriseLibrary.Data.DLL. LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/autosys_procurements_web/14145ce2/887b2a67/Microsoft.Practices.EnterpriseLibrary.Data/Microsoft.Practices.EnterpriseLibrary.Data.DLL. LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/AutoSys/Procurements/Web/bin/Microsoft.Practices.EnterpriseLibrary.Data.DLL. LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind). LOG: Post-policy reference: Microsoft.Practices.EnterpriseLibrary.Data, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null This error is accuring most commonly.....Any solutions to rectify it? "Aim to go where U have never been B4 and Strive to achieve it" http://groups.yahoo.com/subscribe/dotnetforfreshers http://himabinduvejella.blogspot.com
-
onfiguration 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: 'Microsoft.Practices.EnterpriseLibrary.Data'. Source Error: Line 196: Line 197: Line 198: Line 199: Line 200: 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.Practices.EnterpriseLibrary.Data' could not be loaded. === Pre-bind state information === LOG: DisplayName = Microsoft.Practices.EnterpriseLibrary.Data (Partial) LOG: Appbase = file:///c:/inetpub/wwwroot/AutoSys/Procurements/Web 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.Practices.EnterpriseLibrary.Data LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/autosys_procurements_web/14145ce2/887b2a67/Microsoft.Practices.EnterpriseLibrary.Data.DLL. LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/autosys_procurements_web/14145ce2/887b2a67/Microsoft.Practices.EnterpriseLibrary.Data/Microsoft.Practices.EnterpriseLibrary.Data.DLL. LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/AutoSys/Procurements/Web/bin/Microsoft.Practices.EnterpriseLibrary.Data.DLL. LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind). LOG: Post-policy reference: Microsoft.Practices.EnterpriseLibrary.Data, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null This error is accuring most commonly.....Any solutions to rectify it? "Aim to go where U have never been B4 and Strive to achieve it" http://groups.yahoo.com/subscribe/dotnetforfreshers http://himabinduvejella.blogspot.com
HimaBindu Vejella wrote:
Any solutions to rectify it?
You simply copy the assembly
Microsoft.Practices.EnterpriseLibrary.Data.dll
to the temp folder of your web application:C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/autosys_procurements_web/14145ce2/887b2a67/