Quick Start Overview
Below is an overview of how to register, code and build the provided Quick Start applications:
- On the “Programs” page of your Web Manager account, click “Register Program”
- In the “Name” section, for the Program Name, select “Quick Start 1” or another Quick Start from the list if templates.
- 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.
- 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
- Your program has now been registered to the Linxter ISB.
- Open Visual Studio.
- Open the appropriate Quick Start solution in Visual Studio. Be sure to have your Solution Explorer view open (View – Solution Explorer).

- 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:

- 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.


- 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\”.



- 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.
