Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Exception Management

Status
Not open for further replies.

RoadKing1996

Programmer
Joined
Jun 16, 2003
Messages
1
Location
US
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)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top