Deploying an application to Windows Mobile Pocket PC

别说谁变了你拦得住时间么 提交于 2019-11-29 14:31:14

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.

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.

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!