c# - CSharpAPI.sln does not build solution -
i'm learning how integrate apis program, writing in c#. this, following tutorial based on visual studio 2010, using tutorial provided here:
https://www.interactivebrokers.com/en/software/api/apiguide/csharp/csharpsampleapptutorial.htm
and api available here:
http://interactivebrokers.github.io/
now problem @ step 3, have build solution csharpapi.sln-file. open in visual studio, navigate "build solution" , following output build:
========== build: 0 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========
this not yield .dll-file need. output need declare "1 succeeded" , compile .dll-file "/source/csharpclient/bin/release"
i using visual studio express 2013 windows desktop.
right click visual studio "run administrator".
Comments
Post a Comment