I wrote a windows service use the Event Log for logging. It has wrote message to Event Log successfully but the message description has been appended the following text:
The description for Event ID ( ... ) in Source ( ... ) 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.
I use C# and EventLog class in .Net for logging. How do I remove that text?