M
MattC
Hi,
I have successfulyl written to the event log using the following code:
myLog.WriteEntry(text, System.Diagnostics.EventLogEntryType.Error);//Write
the log
However, on viewing the entry it has the following on top of my message:
The description for Event ID ( 0 ) in Source ( Conquest ) 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:
How do I stop this from appearing above my text.
TIA
MattC
I have successfulyl written to the event log using the following code:
myLog.WriteEntry(text, System.Diagnostics.EventLogEntryType.Error);//Write
the log
However, on viewing the entry it has the following on top of my message:
The description for Event ID ( 0 ) in Source ( Conquest ) 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:
How do I stop this from appearing above my text.
TIA
MattC