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