Register, Code and Build

Quick Start Overview

Below is an overview of how to register, code and build the provided Quick Start applications:

  1. On the “Programs” page of your Web Manager account, click “Register Program”
    1. In the “Name” section, for the Program Name, select “Quick Start 1” or another Quick Start from the list if templates.
    2. As a Trial Account user, you can only register programs from our list of templates. All of the settings for these template are filled-in for you.
    3. To complete, go to the Confirmation page. Click “Finish” at the bottom of this page to register all of your program’s settings to the Linxter ISB
    4. Your program has now been registered to the Linxter ISB.
  2. Open Visual Studio.
  3. Open the appropriate Quick Start solution in Visual Studio. Be sure to have your Solution Explorer view open (View – Solution Explorer).
  4. Follow the steps outlined in the Linxter Integration template wizard section. When integrating Linxter, Add the New Item to the QuickStart1.Developer project as displayed below:
  5. After completing the integration, open the Constants.cs file and replace the ActivityId string value with the Activity ID assigned to your program when you registered it to the ISB.

  6. Because the four Quick Starts have a shared project, you will need to manually add a reference to the Linxter dll to that shared project. Right click on the QuickStart.Shared project, add a Reference to the LinxterSDK.dll assembly, usually located in “C:\Program Files\Linxter Software Development Kit\bin\”.


  7. You are now ready to build your application. Once run, it becomes a unique registered and activated program instance.

Multiple Instances

For testing purposes, you can quickly and easily create multiple instances of your program.