G
Guest
Hi guys,
I have an application that handle errors and log it at windows event log.
When we are logging events, we are changing the application source to use
our custom source (ex: MyApp) or maintaing "Application" source.
And to do it, we have to write a project installer that registers
necessaries keys at windows registry. Until now, everything is all right.
But we've customized our event IDs too. So thats the problem. When we look
events w/ event viewer, we've gotten messages like this:
The description for Event ID ( 31999 ) in Source ( Application ) cannot be
found. The local computer may not have the necessary registry information or
message DLL files to display messages from a remote computer. You may be able
to use the /AUXSOURCE= flag to retrieve this description; see Help and
Support for details. The following information is part of the event: Log
Type: 'ExcLog';
So, how can I create a Event ID for Event Source ?
Thanks in advanced.
best,
wellington.
I have an application that handle errors and log it at windows event log.
When we are logging events, we are changing the application source to use
our custom source (ex: MyApp) or maintaing "Application" source.
And to do it, we have to write a project installer that registers
necessaries keys at windows registry. Until now, everything is all right.
But we've customized our event IDs too. So thats the problem. When we look
events w/ event viewer, we've gotten messages like this:
The description for Event ID ( 31999 ) in Source ( Application ) cannot be
found. The local computer may not have the necessary registry information or
message DLL files to display messages from a remote computer. You may be able
to use the /AUXSOURCE= flag to retrieve this description; see Help and
Support for details. The following information is part of the event: Log
Type: 'ExcLog';
So, how can I create a Event ID for Event Source ?
Thanks in advanced.
best,
wellington.