Home > Archive > Smartphone Developer Forum > December 2005 > Application does not start for the second time
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Application does not start for the second time
|
|
| vrivero 2005-12-02, 9:36 pm |
| Hi everybody, Im developing an application in c# (VS 2003) for a
smartphone. this application among other features does Web services
connections. Im using the Microsoft community preview emulator, and my
problem is that I can perfectly start the application and it runs good,
but when I try to close the application (Close method) and then restart
it again from the menu,it just don't work. Does anybody have any hint ?
V=EDctor Rivero
| |
| Alex Feinman [MVP] 2005-12-02, 9:36 pm |
| Look for the hung threads - likely from not closing a webresponse object
Use a Ce Process Viewer (eVC 4) to see if your process has exited
"vrivero" <vrivero@gmail.com> wrote in message
news:1133474532.416280.130560@g43g2000cwa.googlegroups.com...
Hi everybody, Im developing an application in c# (VS 2003) for a
smartphone. this application among other features does Web services
connections. Im using the Microsoft community preview emulator, and my
problem is that I can perfectly start the application and it runs good,
but when I try to close the application (Close method) and then restart
it again from the menu,it just don't work. Does anybody have any hint ?
Víctor Rivero
|
|
|
|
|