MyApp.exe is WPF C# application. It is started from the shortcut on the desktop. Sometimes the application is terminated silently. After I enabled Silent Process Exit from the Debugging Tools, I found this event in the Event Viewer.
The process 'C:\Program Files\MyApp\MyApp.exe' was terminated by the process 'C:\Windows\System32\svchost.exe' with termination code -805306369. The creation time for the exiting process was 0x01d6a237dcb58efc.
Why would svhost.exe terminate my process?