G
Guest
When I perform: EventLog.WriteEntry(strSource, strEntry,
EventLogEntryType.Error, intEventID)
The event viewer reports
The description for Event ID ( 234 ) in Source ( Siclops_WS_Mobile ) cannot
be found. The local computer may not have the necessary registry information
or message DLL files to display messages from a remote computer.
I think I need to create a dll that returns error messages for event ID’s.
Can this dll be written in VB.NET?
Any pointers to documentation that tells me how to go about creating this dll?
Or am I missing something and have got it totally wrong?
Thanks in advance.
Chris.
EventLogEntryType.Error, intEventID)
The event viewer reports
The description for Event ID ( 234 ) in Source ( Siclops_WS_Mobile ) cannot
be found. The local computer may not have the necessary registry information
or message DLL files to display messages from a remote computer.
I think I need to create a dll that returns error messages for event ID’s.
Can this dll be written in VB.NET?
Any pointers to documentation that tells me how to go about creating this dll?
Or am I missing something and have got it totally wrong?
Thanks in advance.
Chris.