G
Guest
I have created a custom log for my apps to write to. Writing to the log seems
to be no problem, it's when I go to read it I get unexpected results. I have
an application that reads the log and displays it's contents in a grid, and
it also receives event notification from the log when it's updated. When the
event fires I get exactly the text that was logged in exactly the way I
logged, but when I read the entries from the log, or view them from Event
Viewer, I get extra text that's similar to "The description for Event ID ( 0
) in Source ( ReconRptBuild ) 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" .... after this I get my actual event text.
How can I write events to the log that will not generate this extra text?
to be no problem, it's when I go to read it I get unexpected results. I have
an application that reads the log and displays it's contents in a grid, and
it also receives event notification from the log when it's updated. When the
event fires I get exactly the text that was logged in exactly the way I
logged, but when I read the entries from the log, or view them from Event
Viewer, I get extra text that's similar to "The description for Event ID ( 0
) in Source ( ReconRptBuild ) 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" .... after this I get my actual event text.
How can I write events to the log that will not generate this extra text?