问题描述
当我写一个登录到Windows事件日志中,我得到下面的事件,这是什么消息的根本原因,以及如何解决这个问题?非常感谢
我使用EventCreate在命令行下创建的应用程序日志事件源后,得到这个错误。此命令创建下一个新的关键: HKEY_LOCAL_MACHINE \系统\ CurrentControlSet \服务\事件日志\应用程序
如果你是被创建的键(如SourceTest)将有一个名为 EventMessageFile
字符串值,这对我来说是设置为 %SYSTEMROOT%\ SYSTEM32 \ EventCreate.exe
。
更改为 C:\ WINDOWS \ Microsoft.NET \框架\ V2.0.50727 \ EventLogMessages.dll
删除 CustomSource
和 TypesSupported
值。
这应该停止的描述事件ID ......的字样。
When I write a log into windows event log, I get the event below, what's the root cause of this message, and how can I fix it? Many Thanks
I got this error after creating an event source under the Application Log from the command line using "EventCreate".This command creates a new key under:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application
If you look at the Key that's been created (e.g. SourceTest) there will be a string value calledEventMessageFile
, which for me was set to %SystemRoot%\System32\EventCreate.exe
.
Change this to c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\EventLogMessages.dll
Delete theCustomSource
and TypesSupported
values.
This should stop the "The description for Event ID...." message.
这篇关于说明从源事件ID无法找到的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!