c# - GMap.Net: Process takes a long time to close after window closes -
i testing out gmap.net using wpf. far have added gmapcontrol, setting necessary stuff (cachelocation, mapprovider, zoom etc). control working well, except when close window, takes while before vs recognizes debugging session has closed.
apparently, application's process still running time before terminates - it's not bug in vs. delay appears when zoom/pan before close window. want guess still running, i'm not sure how tackle problem.
has encountered , have solution?
what happening program still caching tiles.
all have call gmap.manager.canceltilecaching();
when exit program or close form.
gmap
named instance of gmap.net
Comments
Post a Comment