Assembly binding logging is turned OFF

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
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: Could not load file or assembly LanguageConstants or one of its dependencies. The system cannot find the file specified.

Source Error:


Line 24: <add assembly="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 25: <add assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 26: <add assembly="LanguageConstants"/>
Line 27: <add assembly="LowLevelUtilities"/>
Line 28: <add assembly="SharedObjects"/>


Source File: D:Dashboardweb.config Line: 26

Assembly Load Trace: The following information can be helpful to determine why the assembly LanguageConstants could not be loaded.


WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLMSoftwareMicrosoftFusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLMSoftwareMicrosoftFusion!EnableLog].

View the full article
 
Back
Top