emulator cannot launch my application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

im currently developing simple application for pocketpc. the problem is, when
i try to debug my app, vs2003 launches the emulator but after the vs2003
message "launching application" emulator doesnt really launch the
application. i checked the explorer and found that my app files were really
copied to the emulator. i have already installed activesync 3.7.1, microsoft
loopback adapter, pocketpc 2003 sdk

what else shall i do? thanks
 
Hello,

I think there is some problem with ur application.
check the startup of the application.
may be ur application is not able to create new instance of the
launching form ..from the sub main() function.
Another possible reason is some dll kind of file is missing when the
application launches on the emulator and on not finding it exits the
application.

Thanks & Regards
vikash
 
Back
Top