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

SQL Anywhere 12.0.0 (Français) » UltraLite - .NET Programming » Tutorial: Build an UltraLite.NET application

 

Lesson 5: Build and deploy application

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

 ♦  To 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. Choose 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