i need to deploy a pocket pc using visual studio .net 2005
and i dont know how
can any one help me :wave:
thx alot
Printable View
i need to deploy a pocket pc using visual studio .net 2005
and i dont know how
can any one help me :wave:
thx alot
What have you tried so far?
I just started my first vs2005 PPC app - and it's going pretty well.
When you run the app from the VS IDE it deploy's to the PPC automatically.
Are you talking about testing it or actually copying the .exe to the PPC?
i need to make installation file
file .exe that the user can install in his pocket pc
how this can be done?
thx for ur help
Sorry - I'm not that far yet myself - but will need that info as well!
I look forward to your thread being answered!
(have you done an ADVANCE search on the MOBILE development forum here for "installation"
i will try this
Hi,
in VS2005, click on File>Add>New Project and then click on Other Project Types and select Smart Device Cab Project.
There is a walk through on MSDN - http://msdn.microsoft.com/vstudio/to...ymentNETCF.htm
Pete
thanks so much petevick
this really helped me