How to deploy pocket pc application to device and necessary prerequisites before deploying

Hi

I wanted to test pocket pc application on device. But I have basic queries like, What are softwared I should install before testing on device vs.net tool provides an option deploy on to device, is the way to test or we should deploy on to device by making setup file. I have already taken vs.net 2005 and SQL Developer 2005 authorized(Licensed) copies. Framework, SQL Mobile comes as part of VS.NET 2005, those are helps me to install on device or any other s/w is required Please suggest any one with little details, I would appriciate your time and reply.

thanks,



Answer this question

How to deploy pocket pc application to device and necessary prerequisites before deploying

  • Grant Jenkins

    It comes as part of VS2005 install.

    Manav



  • majinmunkee

    If you are running Microsoft Visual Studio 2003 using .NET Framework 1.1, then follow the instructions in the following URL:
    http://msdn2.microsoft.com/en-us/library/ms838273.aspx

    If you have upgraded to Microsoft Visual Studio 2005 using .NET Framework 2.0, then the following may also be helpful as it describes more how to build the projects in Visual Studio 2005.
    http://msdn2.microsoft.com/en-us/library/aa446504.aspx

    There doesn't appear to be any additional information available on Vista or Sync Center and how the rules change from XP and ActiveSync.


  • Joseph Stalin

    Hi

    Can u mail me d code dat u r using

    even i m trying 2 create a similar kinda application, so wanted 2 have a look at d appln. u have made



  • Heng-yi Liu

    Not really because device might be disconnected while MSI is removed. It’s usually done all the way around – application is removed from device via AS’s CeAppMgr.exe which can remove MSI if you have that in the INI.

    All files created by your application should be removed from device by your CAB file. To do so either add them to the CAB or remove them from CAB setup DLL.



  • mterui

    Is there a way to initiate uninstall in pocket pc using .msi And delete all files as well such as log files, config files and directory of the application.
  • Udhay Kadiyala

    hey thanks clarker.that really helped me buddy.tc and keep smiling

  • Wout

    Typically you would need the following to be installed on device:

    • .NET Compact Framework
    • SQL Mobile
    • Your project binaries i.e. DLL and/or EXE
    • Your database file i.e. SDF file

    If you're VS to test, VS 2005 will deploy & install the above for you and you can directly test/debug your application.

    You can also create a setup project that will install the above. Setup is normally used when you're deploying your solution to multiple devices in a production environment and not during testing/development phase.

    Manav



  • dimitrod

    hi

    SQL Mobile comes as part of VS.NET 2005 installation or is it different one

    Thanks,


  • How to deploy pocket pc application to device and necessary prerequisites before deploying