Exception application block

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to use the exception application block but getting errors as
indicated below. I am wondering if there is any newsgroups regarding the
application blocks published by 1 year ago. I followed the instructuions for
the setup and trying to execute the sample shipped with the application
block. Thanks in advance

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.DefaultConfigurationSystem.System.Configuration.IConfigurationSystem.GetConfig(String configKey)
at System.Configuration.ConfigurationSettings.GetConfig(String sectionName)
at
Microsoft.ApplicationBlocks.ExceptionManagement.ExceptionManager.Publish(Exception exception, NameValueCollection additionalInfo)
 
Hi,

Could you show us your code that how you consume the exception application
block? And on which line of code was the exception thrown?

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Hi,

Could you let me know which button did you pressed on the window? Also, did
you build the whole enterprise library using the start menu tool?

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top