Exception in EventLog.WriteEntry

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hello everyone,

The exception is occured in EventLog.WriteEntry, error message and error stack are listed below. Does anyone have any ideas?
Code:
"A device attached to the system is not functioning" 
 System.Diagnostics.EventLog.InternalWriteEvent(UInt32, UInt16, System.Diagnostics.EventLogEntryType, System.String[], Byte[], System.String)
System.Diagnostics.EventLog.WriteEntry(System.String, System.Diagnostics.EventLogEntryType, Int32, Int16, Byte[])
System.Diagnostics.EventLog.WriteEntry(System.String, System.Diagnostics.EventLogEntryType, Int32)

thanks in advance,
George

View the full article
 
Back
Top