Required Files

In addition to the main executable and other DLL’s that your program is composed of, the following files need to be in the same directory as your main executable files:

    These files are automatically added to your program during Linxter integration

    • LinxterSDK.dll
    • LinxterSDKDB.db

    You must add these files, which you can download here

    • System.Data.SQLite.dll (x86 or x64 version)
    • log4net.dll

If your program is a simple executable (Windows Forms, WPF, or Console exe), you can just copy that exe and the files listed above to any directory and the program will be ready to run. If your program is an ASP.NET Web application, you would just need to copy the above files into the \bin directory of the web site or virtual directory, alongside the compiled DLL’s of your Web application.