C
Chris Oswald
I'm trying to determine what is causing an exception in my NetCF 2.0
application. The stack trace looks like the UI is throwing the abort
exception. I can't figure out what is going on. It's not consistent
and not in the same place. Does anyone have any ideas. I do not call
thread.abort anywhere in my application.
Example Stack Trace 1 :
Error Message:ThreadAbortException
Error Stack:at Microsoft.AGL.Forms.WL.GetParent()
at System.Windows.Forms.Control.get_Parent()
at System.Windows.Forms.Control._GetContainerAutoValidate()
at System.Windows.Forms.Control.DoValidation()
at System.Windows.Forms.Control.OnLostFocus()
at System.Windows.Forms.Control.WnProc()
at System.Windows.Forms.ContainerControl.WnProc()
at System.Windows.Forms.Form.WnProc()
at System.Windows.Forms.Control._InternalWnProc()
at Microsoft.AGL.Forms.EVL.EnterMainLoop()
at System.Windows.Forms.Application.Run()
at DTC.NAFOP.Mobile.Client.Login.Startup.Main()
Example Stack Trace 2:
Error Message:ThreadAbortException
Error Stack:at Microsoft.AGL.Forms.EVL.EnterMainLoop()
at System.Windows.Forms.Application.Run()
at DTC.NAFOP.Mobile.Client.Login.Startup.Main()
application. The stack trace looks like the UI is throwing the abort
exception. I can't figure out what is going on. It's not consistent
and not in the same place. Does anyone have any ideas. I do not call
thread.abort anywhere in my application.
Example Stack Trace 1 :
Error Message:ThreadAbortException
Error Stack:at Microsoft.AGL.Forms.WL.GetParent()
at System.Windows.Forms.Control.get_Parent()
at System.Windows.Forms.Control._GetContainerAutoValidate()
at System.Windows.Forms.Control.DoValidation()
at System.Windows.Forms.Control.OnLostFocus()
at System.Windows.Forms.Control.WnProc()
at System.Windows.Forms.ContainerControl.WnProc()
at System.Windows.Forms.Form.WnProc()
at System.Windows.Forms.Control._InternalWnProc()
at Microsoft.AGL.Forms.EVL.EnterMainLoop()
at System.Windows.Forms.Application.Run()
at DTC.NAFOP.Mobile.Client.Login.Startup.Main()
Example Stack Trace 2:
Error Message:ThreadAbortException
Error Stack:at Microsoft.AGL.Forms.EVL.EnterMainLoop()
at System.Windows.Forms.Application.Run()
at DTC.NAFOP.Mobile.Client.Login.Startup.Main()