得到未处理的异常“日志条目字符串太长”.写入事件日志的字符串不能超过32766个字符

本文关键字:日志 字符串 不能 入事件 字符 32766个 异常 未处理 | 更新日期: 2023-09-27 18:16:49

我收到一个未处理的异常错误:

[ArgumentException: Log entry string is too long.]写入事件日志的字符串不能超过32766个字符。[

# # # # .UI.WebControls.MainControl。dealwitheexception (Exception e) +1212# # # # .UI.WebControls.MainControl.CreateChildControls () + 4799System.Web.UI.Control.EnsureChildControls () + 122System.Web.UI.Control.PreRenderRecursiveInternal () + 49System.Web.UI.Control.PreRenderRecursiveInternal () + 226System.Web.UI.Page。ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +7632

我在Begin PreRender事件之后得到这个错误。

关于程序的几点说明:

  1. 程序使用一个自定义web控件,该控件有一个参数用于指定用户控件(如果有的话)。

  2. 整个程序包含在一个用户控件中。也就是说,aspx只有一个webcontrol,其余的都在ascx.

  3. 我没有使用任何日志机制,据我所知。

请帮助。这对我将大有帮助。

如需其他资料,请注明。

得到未处理的异常“日志条目字符串太长”.写入事件日志的字符串不能超过32766个字符

你必须和组件供应商谈谈;试图写入事件日志的是它们的组件。