2009-01-20, 03:28 PM
I sometimes get this error in the application logs (Windows XP) (mostly I get 'handled successfully') when the machine is going in and out of hibernation.
Failed in handling the PowerEvent. The error that occurred was: System.Threading.ThreadStateException: Thread is running or terminated; it cannot restart.
at System.Threading.Thread.StartupSetApartmentStateInternal()
at System.Threading.Thread.Start()
at BGowland.DVBTRadio.DvbtrService.OnPowerEvent(PowerBroadcastStatus powerStatus) in C:\Documents and Settings\gbpvr\My Documents\Visual Studio 2005\Projects\DVB-T Radio\DvbtrService\DvbtrService.cs:line 336
at System.ServiceProcess.ServiceBase.DeferredPowerEvent(Int32 eventType, IntPtr eventData).
does anyone know what it means?
Failed in handling the PowerEvent. The error that occurred was: System.Threading.ThreadStateException: Thread is running or terminated; it cannot restart.
at System.Threading.Thread.StartupSetApartmentStateInternal()
at System.Threading.Thread.Start()
at BGowland.DVBTRadio.DvbtrService.OnPowerEvent(PowerBroadcastStatus powerStatus) in C:\Documents and Settings\gbpvr\My Documents\Visual Studio 2005\Projects\DVB-T Radio\DvbtrService\DvbtrService.cs:line 336
at System.ServiceProcess.ServiceBase.DeferredPowerEvent(Int32 eventType, IntPtr eventData).
does anyone know what it means?