ContentsIndexHome
PreviousUpNext
C# using Visual Studio

This tutorial takes you through the basic steps of creating and configuring a C# project in Visual Studio 2013 for use with the SDK.

Open a New Project 

Open the New Project wizard by choosing File > New > Project

 

and type a name for your application, e.g. AimmsApplication, and press OK and Finish.

Add a reference to the SDK

Add a reference to the SDK by choosing Project > Add Reference... and pressing the Browse button. Then navigate to the location where you installed the AIMMS SDK, typically

C:\Users\<username>\Documents\AimmsSDK

where <username> should be replaced with your username and move to the cs subfolder: 

 

Select the aimmssdk.dll, press Add and then press OK.