I'm currently learning how to integrate APIs into my program, writing in C#. For this, I am following a tutorial based on Visual Studio 2010, using the tutorial provided here:
https://www.interactivebrokers.com/en/software/api/apiguide/csharp/csharpsampleapptutorial.htm
And the API itself is available here:
http://interactivebrokers.github.io/
Now my problem is at step 3, where I have to build a solution from the CSharpAPI.sln-file. I open it up in Visual Studio, navigate to "Build Solution" and then I get the following output from the build:
========== Build: 0 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========
This does not yield the .dll-file I need. The output I need is for it to declare "1 succeeded" and compile the .dll-file to "/source/csharpclient/bin/Release"
I am using Visual Studio Express 2013 for Windows Desktop.
Right click Visual Studio to "Run as Administrator".