私は、エンタープライズライブラリ5.0にアップグレードしようとしていると私はこの例外を取得しています:エンタープライズライブラリ - 例外を処理することができません。「LoggingExceptionHandler」
Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.ExceptionHandlingException occurred
Message=Unable to handle exception: 'LoggingExceptionHandler'.
Source=Microsoft.Practices.EnterpriseLibrary.ExceptionHandling
StackTrace:
at Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.ExceptionPolicyEntry.ExecuteHandlerChain(Exception ex, Guid handlingInstanceID) in e:\Builds\EntLib\Latest\Source\Blocks\ExceptionHandling\Src\ExceptionHandling\ExceptionPolicyEntry.cs:line 148
at Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.ExceptionPolicyEntry.Handle(Exception exceptionToHandle) in e:\Builds\EntLib\Latest\Source\Blocks\ExceptionHandling\Src\ExceptionHandling\ExceptionPolicyEntry.cs:line 87
at KTBS.Common.ServiceHelpers.LogHelper.HandleException(Exception ex) in C:\Work\ktbs\src\KTBS.Services\KTBS.Common\ServiceHelpers\LogHelper.cs:line 238
InnerException:
は、これについての詳細な情報を取得する方法はありますか?
web.configの exceptionHandling>セクションとKTBS.Common.ServiceHelpers.LogHelper.HandleException(Exception ex)のコードを投稿できますか? –
MLF