1
我想升級到企業庫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