Link to home
Start Free TrialLog in
Avatar of fly412s
fly412s

asked on

Working with files on an emulator

I am developing a pocket pc app with c# and the vis studio 2003 pro edition.  I have the pocket pc 2003 second edition emulator installed on my workstation.  I need to work with the emulator to test my program.  The handheld program uses a pocket access database.  How do I transfer the pocket access database (.cdb) to the emulator?

Microsoft recommends 3 ways at this web site http://msdn.microsoft.com/library/default.asp?url=/library/en-us/guide_ppc/html/ppc_intro_to_the_ce_emulator_dogv.asp:  

1.  Through ActiveSync.
2.  To use file sharing to move files to or from the emulator.  Sharing the files within the file system of the development workstation and accessing those files by using File Manager in the emulated image.
3.  Remote file viewer via embedded visual c++.

Please tell me how to transfer files via option number 2.

Thank-you.


 
ASKER CERTIFIED SOLUTION
Avatar of mmarinov
mmarinov

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial