1

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?

ekalchev
  • 762
  • 7
  • 24
  • Event viewer event looks exactly the same as https://stackoverflow.com/questions/16992011/why-is-svchost-exe-terminating-my-c-sharp-application – ekalchev Oct 15 '20 at 07:55
  • What's *"svhost.exe"*? – IInspectable Oct 15 '20 at 09:33
  • 1
    0xCFFFFFFF == "Process was unresponsive and was terminated". How the service host got involved is hard to guess, WPF does have a scary back-end and anti-malware is never not a problem on a dev machine. It is bad news, you can't trust that machine. – Hans Passant Oct 15 '20 at 14:11

0 Answers0