Verastream SDK for Airlines
Using the Verastream SDK with Visual Studio 2010

To use the Verastream SDK within the Visual Studio IDE, you must reference the SDK objects within each project you want to develop using the SDK. Once completed, the SDK objects are accessible within that project. A simple test project is recommended to ensure full functionality before project development.

Note COM and .NET applications developed with the Verastream SDK do not support the 64-bit JRE . For these applications, use the 32-bit JRE. Running a COM or .NET application using the 64-bit JRE causes COM automation error 80131534, as displayed in the following message:

Run-time error '-2146233036(80131534)'
The type initializer for 'SessionLoader.SessionLoader' threw an exception.


To include the SDK objects in Visual Studio:
  1. Create a new project, or open an existing project.

  2. From the Project menu, select Add Reference.

  3. From the References dialog box, select the .NET tab.

  4. Then, select the following objects from the Component Name list:

    • SessionLoader

    • Mutable

    • ScreenUPG

  5. When you have selected all of the required objects, click OK to add them to your project.

The sample application CSharpEvents illustrates how to use the SDK with Visual Studio.

Related Topics
Development Tools Supported
Sample Applications Overview
  Footer