|
-
Oct 17th, 2007, 07:40 AM
#1
Thread Starter
Addicted Member
Move file to Pocket PC
Ok, so I've built a compact framework application that I need to move over to my Pocket PC. This may sound like a dumb question, but how do I do this?
-
Oct 17th, 2007, 08:49 AM
#2
Frenzied Member
Re: Move file to Pocket PC
Hi,
built it on what - emulator?
Do you want to build an installation, or just test it on the device?
-
Oct 18th, 2007, 10:38 AM
#3
Thread Starter
Addicted Member
Re: Move file to Pocket PC
Yeah I figured that part out, I needed ActiveSync.
Now, though, when I have the Pocket PC in the cradle and deploy the app through it, it works fine. But when I try to move only the exe over and run the exe without the Pocket PC in the cradle, I get all kinds of errors. I'm sure I'm missing necessary files on the Pocket PC, is there a way to make an installation package and move that over?
-
Oct 18th, 2007, 09:20 PM
#4
Frenzied Member
Re: Move file to Pocket PC
Just add a 'setup' project, and then add the files as you would in a 'normal' setup and deployment project, and build it
-
Oct 26th, 2007, 09:13 AM
#5
PowerPoster
Re: Move file to Pocket PC
Make sure you use the deployment option rather than just copy the exe
===================================================
If your question has been answered, mark the thread as [RESOLVED]
-
Oct 27th, 2007, 09:59 AM
#6
Re: Move file to Pocket PC
 Originally Posted by wileyj
...But when I try to move only the exe over and run the exe without the Pocket PC in the cradle, I get all kinds of errors. I'm sure I'm missing necessary files on the Pocket PC, is there a way to make an installation package and move that over?
That seems odd to me.
Once you "deploy" through Visual Studio the needed files are installed on that particular pocket pc. The .exe should run without being "installed" through the traditional methods.
Although you certainly do need to make a setup package to load your app on a different pocket pc.
What kind of errors are you getting on the PPC when it's not docked? Seems like it must be relying on something not on the PPC itself.
Note that when you run your app in VS with the PPC as the device it actually puts the .exe on the device at that time. That .exe is runnable outside of VS - by simply clicking it on the PPC.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|