When I perform: EventLog.WriteE ntry(strSource, strEntry,
EventLogEntryTy pe.Error, intEventID)
The event viewer reports
The description for Event ID ( 234 ) in Source ( Siclops_WS_Mobi le ) 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.
EventLogEntryTy pe.Error, intEventID)
The event viewer reports
The description for Event ID ( 234 ) in Source ( Siclops_WS_Mobi le ) 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.
Comment