ExceptionManagement Error

本文关键字:Error ExceptionManagement | 更新日期: 2023-09-27 18:04:08

我收到错误消息

事件源ExceptionManagerInternalException不存在无法使用当前权限创建。

在我的web.config

中的代码使用
<section name="exceptionManagement" type="Microsoft.ApplicationBlocks.ExceptionManagement.ExceptionManagerSectionHandler,Microsoft.ApplicationBlocks.ExceptionManagement"/>
  <exceptionManagement mode="on">
    <publisher assembly="ExceptionManagement" type="Zerone.ExceptionManagement.ExceptionXMLPublisher" exceptionFormat="xml" fileName="c:'ALAE'"/>
  </exceptionManagement>

谢谢

ExceptionManagement Error

在具有admin权限的DOS窗口中运行:

eventcreate /t error /id 1000 /so ExceptionManagerInternalException /l application /d "new src ExceptionManagerInternalException in application log"
eventcreate /t error /id 1000 /so ExceptionManagerPublishedException /l application /d "new src ExceptionManagerPublishedException in application log"

这解决了我的问题与客户端应用程序,但应该工作在asp.net

参考。