Start Application after App.Exit()

  • Thread starter Thread starter Konstantin Becker
  • Start date Start date
K

Konstantin Becker

Hello NG,
I write a small App for .net cf. If I close my app with App.Exit() or
maimform.close(), then I cant start the app again. Can somebody tell me
why I cant start the app again?

Tanks in advance


Konstantin Becker
 
Did you create any worker threads in your application which you have not
stopped? This is the most common cause of this behaviour because your app is
still loaded and Pocket PC won't allow multiple instances to run at once.

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups
 
Thank You!
The Pocket Outlook Application Object was not destroied.

Konstantin
 
Back
Top