When exiting my .NET CF 3.5 application on the Motorola MC3100 (CE 6.0 version only) I get the error message \"Application xxx has encountered a serious error and needs to shut
We encountered the same problem and solved with this line of code in the MainForm.Closed()
Process.GetCurrentProcess().Kill()