vatavian / vataviamap

.Net maps and GPS tracks
http://vatavian.github.io/vataviamap/
2 stars 1 forks source link

GPS thread does not always terminate #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
After accessing GPS, application does not always completely exit.
Application can be run again and function properly, but cannot be run in
debugger until all instances exit so .exe can be rewritten

Original issue reported on code.google.com by mark.g...@gmail.com on 18 May 2009 at 1:00

GoogleCodeExporter commented 9 years ago
We now call Diagnostics.Process.GetCurrentProcess.Kill in frmMap.Disposed
This is not an elegant solution, but hopefully it will help.

Original comment by mark.g...@gmail.com on 20 Jun 2009 at 5:41

GoogleCodeExporter commented 9 years ago

Original comment by mark.g...@gmail.com on 29 Mar 2010 at 8:28