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

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -