Emulator debugging

P

Paul Ilacqua

How can I read and write files to the Pocket PC 2003 Emulator for debugging?
I want to debug on the emulator not my device. Thanks
I'm using VS studio 2003 vb.net

Paul
 
G

Guest

If you have the WM 2003 SDK installed, it should be an option in the
drop-down list of devices on the toolbar. By default the drop-down is on the
lower-left toolbar next to the Connect to Device button.

Hope this helps.

Flynn
 
G

Ginny Caughey [MVP]

Paul,

The easiest way to transfer test data to the emulator is to include those
files in your project in Visual Studio and set the Build Type to Content.
Then when you deploy your app these files will also be deployed to the same
folder.
 

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