How to load input files on Emulator
Any help appreciated.
Any help appreciated.
Thanks,
Vladimir
I appreciate your response. Unfortunately, I have been unable to get this to work in VS2005 b2 with Visual C#. Are your instructions for VS2003?
The way to set the folder sharing directory with VS2005 b2 is to go to File Menu -> Tools -> Options -> Device Tools -> Devices -> Smartphone 2003 SE Emulator -> Properties -> Emulator Options. The Emulator Options button opens a Emulator Properties dialog box. In the General tab of this dialog, you can input a "Shared folder" path. However, despite putting my input files in that path, when I run the emulator I am still unable to see them and get a FileNotFoundException.
I blogged about my problem in more detail here: http://csharponphone.blogspot.com/2005/07/reading-in-files-on-smartphone.html. Any more suggestions/advice would be appreciated.
j
So if you start the emulator and click on the emulator File menu, select Configure option and then select General Tab - you should see the "Shared Folder" textbox.
The folder is accessed as "\Storage Card\". My guess is that you changed your global configuration but it was not applied because you had a local saved state. You can verify that the shared folder works correctly by craddling your emulator with Device Emulator Manager and using ActiveSync to browse the filesystem.
Thanks,
Vladimir