【发布时间】:2014-06-18 18:32:33
【问题描述】:
我正在使用new .NET EventSource API from nuget。我已经构建了我的应用程序,并使用 wevtutil.exe 安装了清单和资源 DLL。当我在事件查看器中查看事件日志条目时,它们包含以下文本:
The description for Event ID 1 from source XXXX 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:
the message resource is present but the message is not found in the string/message table
消息的最后一部分似乎特别值得注意:“消息资源存在,但在字符串/消息表中找不到消息。”
为什么我的资源 DLL 不起作用?
【问题讨论】:
标签: .net-4.5 etw etw-eventsource