Click to See Complete Forum and Search --> : How to create a file ready for deployment?
Ivenesco
Jul 28th, 2008, 07:28 AM
I wrote an application for Windows Mobile 6, and it works well on the device emulator, but I need to deploy it on a real device now. The issue is, I don't have access to this device (it's in other country, and I want to send it via e-mail), and I don't know how to compile it to right file. Can anyone help, please?
petevick
Jul 28th, 2008, 08:37 AM
Hi,
look at this forum over the last couple of weeks - this has been asked and answered then
heatgutsexe
Jul 31st, 2008, 10:08 PM
Hi, you can create a cab file, which you can use to install your program into the pocket pc. In your visual studio which have your program solution opened, click File > Add > New Project, select Other Project Type > Setup and Deployment > Smart Device CAB Project.
Once you have created the Cab Project, right click it from the solution explorer and click Add > Project Output...
From the dropdownlist, select your project and click OK.
You can then right click the cab project and click build.
Once you have done so, a CAB file should appear in your debug folder of the cab project.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.