Hello All, my question concerns this error log message when I added the Microsoft.ApplicationBlocks.ExceptionManagement dll's to the global assembly directory. It seems that whether I place the config section in the machine.config file or leave it in the application.exe.config file I still get this error in the event log and then the default error log entry for the sample program provided. Any ideas? Thanx in advance. Event Type: Error Event Source: ExceptionManagerInternalException Event Category: None Event ID: 0 Description:
1) Exception Information ********************************************* Exception Type: System.Configuration.ConfigurationException Message: Could not create Microsoft.ApplicationBlocks.ExceptionManagement.ExceptionManagerSectionHandler,Microsoft.ApplicationBlocks.ExceptionManagement BareMessage: Could not create Microsoft.ApplicationBlocks.ExceptionManagement.ExceptionManagerSectionHandler,Microsoft.ApplicationBlocks.ExceptionManagement Filename: NULL Line: 0 TargetSite: System.Configuration.IConfigurationSectionHandler GetFactory(System.String) HelpLink: NULL Source: System
StackTrace Information ********************************************* at System.Configuration.ConfigurationRecord.GetFactory(String configKey) at System.Configuration.ConfigurationRecord.Evaluate(String configKey) at System.Configuration.ConfigurationRecord.ResolveConfig(String configKey) at System.Configuration.ConfigurationRecord.GetConfig(String configKey) at System.Configuration.ConfigurationRecord.ResolveConfig(String configKey) at System.Configuration.ConfigurationRecord.GetConfig(String configKey) at System.Configuration.DefaultConfigurationSystem.System.Configuration.IConfigurationSystem.GetConfig(String configKey) at System.Configuration.ConfigurationSettings.GetConfig(String sectionName) at Microsoft.ApplicationBlocks.ExceptionManagement.ExceptionManager.Publish(Exception exception, NameValueCollection additionalInfo)
|
|