S
Samuel Shulman
I need to transfer a file to the Emulator used for debugging, is that
possible and how?
Thanks,
Samuel
possible and how?
Thanks,
Samuel
Peter Foot said:You can either add files to your project, and mark their BuildAction
property as Content so they will be deployed into your application folder.
Or in the Emulator properties you can setup a Storage Card mapping so you
can point the storage card folder on the emulator to a physical folder on
the host PC. This option is not available on older versions of the device
emulator.
Peter