Deploying an application to Windows Mobile Pocket PC

前端 未结 3 663
庸人自扰
庸人自扰 2020-12-21 05:07

Iv been encountering problems with disk space when deploying my app to a pocket pc emulator.

So what Iv done is set up a shared directory on my pc to simulate a SD c

相关标签:
3条回答
  • 2020-12-21 05:25

    choose "root folder" and "output file folder"="\Storage Card\YourApp"

    0 讨论(0)
  • 2020-12-21 05:36

    The "Output File Folder" under Properties->Devices is greyed out, but the [...] button just to the right of it isn't. Adjust it there.

    NOTE: To clarify, You click on the [...] button and you get a dialog that allows you to select a folder from the device ("Location of output on device") and enter an additional subfolder ("Subdirectory"). Now it may seem that you're forced to use a specific folder here, but one of the dropdown options is "Root Folder" which is "\". You can then add your folder, like "Storage Card" as the Subdirectory and get a deployment folder of "\Storage Card". Intuitive? No. But you can construct any output folder you want.

    0 讨论(0)
  • 2020-12-21 05:46

    You should think from the perspective emulator not your hard drive. Your shared folder emulates SD card, emulator and Visual Studio do not know anything about that. Previous answer was correct, use "Output File Folder" and put the path "\Storage Card\". And run your app in Visual Studio - application will be deployed to a emulator 'storage card' which behind the scene is your shared folder.

    0 讨论(0)
提交回复
热议问题