Selerix Developer Tools
Add Reference to Selerix .NET Library to Your Project
Enrollment Integrations > Enrollment Integration Details > Developer Walkthroughs > Web Services (SOAP) > Selerix .NET Library > Add Reference to Selerix .NET Library to Your Project

The Selerix .NET library is distributed in compiled form as a Dynamic Link Library (DLL).  Registering the Selerix SDK requires extracting some DLL files to the local system and registering them in the development environment.  In addition to the sample code provided in this section, the SDK contains additional samples that perform both SAML/SSO and Web Services/SOAP enrollment integrations.  The DLL files described in this section are the only part of the Selerix SDK required by .NET developers. 

The Selerix .NET library contains a large collection of classes and enumerations used to customize all aspects of the BenSelect system.  You will only use a small portion to setup a BenSelect integration.  To register the DLL files in Microsoft Visual Studio 2012 and later, proceed with the steps below.

  1. Click here to download the Selerix SDK ZIP file. 
  2. Open the zip file.  The DLL files are located in the BSTIntegrationExample\Lib folder within the archive.
  3. Unpack the DLL files below to your solution source folder.  Note that the Selerix .NET library uses the open source Apache log4net library.  It is merely a dependency and nothing developers need concern themselves with here.
  1. From the Class View in Visual Studio, right click on References in the treeview and click Add Reference...
  2. In the Reference Manager dialog, click Browse and select the files above.
  3. Save changes to your project to complete this process.

See Also