A
Arthur Dent
Hello All,
Im having a problem getting my app to unload from memory. it starts with a
sub main, that essentially goes:
Dim f as myForm
f.ShowDialog()
Application.Exit
now, it IS getting to the application.exit statment (tested with a MsgBox
statement earlier), but it just WONT
unload. It LOOKS like it does, all the forms go away, and if i check the
Running Programs list, it is not listed
anymore, but the terminal just sits there with its little "hourglass" thing
going and going ..... and it maintains a
lock on the executable file.
Very frustrating for development because i have to reset the device before i
can copy on a new version,
which means having to re-establish a stupid activesync connection too.
Rather tedious.
Any idea why it would not exit even though it appears to? VS2005, CF 2
Thanks in advance,
Arthur Dent.
Im having a problem getting my app to unload from memory. it starts with a
sub main, that essentially goes:
Dim f as myForm
f.ShowDialog()
Application.Exit
now, it IS getting to the application.exit statment (tested with a MsgBox
statement earlier), but it just WONT
unload. It LOOKS like it does, all the forms go away, and if i check the
Running Programs list, it is not listed
anymore, but the terminal just sits there with its little "hourglass" thing
going and going ..... and it maintains a
lock on the executable file.
Very frustrating for development because i have to reset the device before i
can copy on a new version,
which means having to re-establish a stupid activesync connection too.
Rather tedious.
Any idea why it would not exit even though it appears to? VS2005, CF 2
Thanks in advance,
Arthur Dent.