httpListener, AsyncCallback syntax
Posted: Thu Feb 20, 2020 8:44 am
Hallo Wolfgang
Remember, i let run your listener as a task and every houre it stops, now i tryed to let it run with your service example as windows service. But also the service it stops sometimes. i have 2 Internet Server. On the newer one (MS Server 2019) its working without stop on the old one (MS Server 2008 R2) it stops. Now after 2h, i found a error message from the .Net Runtime
Anwendung: xsharpservice.exe
Frameworkversion: v4.0.30319
Beschreibung: Der Prozess wurde aufgrund einer unbehandelten Ausnahme beendet.
Ausnahmeinformationen: System.Net.HttpListenerException
bei System.Net.HttpResponseStream.Write(Byte[], Int32, Int32)
bei XsHttpListener.MainProgram.GetContextCallback(System.IAsyncResult)
bei System.Net.LazyAsyncResult.Complete(IntPtr)
bei System.Net.LazyAsyncResult.ProtectedInvokeCallback(System.Object, IntPtr)
bei System.Net.ListenerAsyncResult.IOCompleted(System.Net.ListenerAsyncResult, UInt32, UInt32)
bei System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32, UInt32, System.Threading.NativeOverlapped*)
and then: source Applikation Error
Name der fehlerhaften Anwendung: xsharpservice.exe, Version: 0.0.0.0, Zeitstempel: 0x5e4d0f0f
Name des fehlerhaften Moduls: KERNELBASE.dll, Version: 6.1.7601.24545, Zeitstempel: 0x5e0eb6bd
Ausnahmecode: 0xe0434352
Fehleroffset: 0x000000000000b87d
ID des fehlerhaften Prozesses: 0x6d0
Startzeit der fehlerhaften Anwendung: 0x01d5e79ad53deb84
Pfad der fehlerhaften Anwendung: d:webhorst.korakunvalid.chxsharpservice.exe
Pfad des fehlerhaften Moduls: C:Windowssystem32KERNELBASE.dll
Berichtskennung: 1b374672-53ba-11ea-ab6e-00155dcefc02
Can u help me ? I have no idea whats that.
Horst
Remember, i let run your listener as a task and every houre it stops, now i tryed to let it run with your service example as windows service. But also the service it stops sometimes. i have 2 Internet Server. On the newer one (MS Server 2019) its working without stop on the old one (MS Server 2008 R2) it stops. Now after 2h, i found a error message from the .Net Runtime
Anwendung: xsharpservice.exe
Frameworkversion: v4.0.30319
Beschreibung: Der Prozess wurde aufgrund einer unbehandelten Ausnahme beendet.
Ausnahmeinformationen: System.Net.HttpListenerException
bei System.Net.HttpResponseStream.Write(Byte[], Int32, Int32)
bei XsHttpListener.MainProgram.GetContextCallback(System.IAsyncResult)
bei System.Net.LazyAsyncResult.Complete(IntPtr)
bei System.Net.LazyAsyncResult.ProtectedInvokeCallback(System.Object, IntPtr)
bei System.Net.ListenerAsyncResult.IOCompleted(System.Net.ListenerAsyncResult, UInt32, UInt32)
bei System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32, UInt32, System.Threading.NativeOverlapped*)
and then: source Applikation Error
Name der fehlerhaften Anwendung: xsharpservice.exe, Version: 0.0.0.0, Zeitstempel: 0x5e4d0f0f
Name des fehlerhaften Moduls: KERNELBASE.dll, Version: 6.1.7601.24545, Zeitstempel: 0x5e0eb6bd
Ausnahmecode: 0xe0434352
Fehleroffset: 0x000000000000b87d
ID des fehlerhaften Prozesses: 0x6d0
Startzeit der fehlerhaften Anwendung: 0x01d5e79ad53deb84
Pfad der fehlerhaften Anwendung: d:webhorst.korakunvalid.chxsharpservice.exe
Pfad des fehlerhaften Moduls: C:Windowssystem32KERNELBASE.dll
Berichtskennung: 1b374672-53ba-11ea-ab6e-00155dcefc02
Can u help me ? I have no idea whats that.
Horst