C# application deployment to pocket pc

hi,

i have connected to the PPC using MS activesync but i dun know how to deploy my c# application into it and run in my device. Can anyone help me?thx a lot :)

[162 byte] By [kokfai] at [2008-1-27]
# 1
i got the solution already while i waitin u all to help me.thanks a lot
kokfai at 2007-9-8 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...
# 2

can you share with us how you did this?

Sathya at 2007-9-8 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...
# 3
1. Connect your device using ActiveSync.
2. Create a Pocket PC application.
3. Enable device toolbar and select "Pocket PC 2003 Device" in the device drop down.
4. Compile you app and run "Deploy Solution" from the Build menu.

David

DavidTSo at 2007-9-8 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...
# 4
I tried to deploy a small C# app. It said deploy succeed, but does not appear on the PPC. I can press F5 and start debugging and it works. If I stop debuggin the app closes and disappears.

How do I get it to stay there as in Deploy it as a release app. I am trying to write my first PPC app and a first for C#. I just want to undersand the process.

Peter

daddyoh at 2007-9-8 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...