Collection Contents Previous Next PDF

UltraLite.NET User's Guide

Tutorial: Build an UltraLite.NET Application

Lesson 5: Build and deploy your application


In the following procedure, you build your application and deploy it to a remote device.

To deploy your application

  1. Build the solution.

    Ensure that your application builds without errors.

  2. Select Debug > Start.

    This builds an executable file containing your application and deploys it to the Pocket PC emulator. The process may take some time, especially if it must deploy the .NET Compact Framework before running the application.

Deployment troubleshooting checklist 

If errors are reported, you may wish to check that your deployment was completed successfully using the following checklist.

To test your application

  1. Insert data into the database.

    Enter a name in the text box and click Insert. The name should now appear in the listbox.

  2. Update data in the database.

    Select a name from the listbox. Enter a new name in the text box. Click Update. The new name should now appear in place of the old name in the listbox.

  3. Delete data from the database.

    Select a name from the listbox. Click Delete. The name should no longer appear in the listbox.

This completes the tutorial.


Collection Contents Previous Next PDF