Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.1 » UltraLite - .NET Programming » Tutorial: Building a Windows Mobile application using UltraLite.NET

 

Lesson 5: Building and deploying the application

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

 Deploy your application
  1. Build the solution.

    Ensure that your application builds without errors.

  2. Choose the deployment target.

    The deployment target must match the version of ulnet12.dll that you included in your application.

  3. Click Debug » Start.

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

 Deployment troubleshooting checklist