emulator cannot launch my application

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
 
V

vikash

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top