gpt4 book ai didi

c# - Windows 窗体事件日志

转载 作者:行者123 更新时间:2023-11-30 17:22:52 24 4
gpt4 key购买 nike

我正在从运行在 Windows 7 上的 Windows 窗体应用程序写入事件日志,并且在事件日志中收到此消息:

The description for Event ID X from source Application cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event:

Exception Details

the message resource is present but the message is not found in the string/message table

我的日志代码是:

public void Log(Exception exc)
{
EventLog.WriteEntry(
"Application",
exc.ToString(),
EventLogEntryType.Error,
100);
}

我在 Windows 窗体上的日志记录通常是到数据库,但在这种情况下决定使用事件日志。我通常在 ASP.NET 应用程序中使用事件日志,但那些在本地的 XP Pro 和 Web 框上的 Windows Server 2003 上。

这是 Windows 7 问题还是 Windows 窗体问题,我应该如何解决这个问题?谢谢。

最佳答案

参见 http://support.microsoft.com/kb/307024 ,具体来说,不要忘记创建您的事件源。

关于c# - Windows 窗体事件日志,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2569913/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com