Loading .dll to use in Visual Studio 2010
Posted
by eternalmatt
on Stack Overflow
See other posts from Stack Overflow
or by eternalmatt
Published on 2010-05-19T03:38:20Z
Indexed on
2010/05/19
3:40 UTC
Read the original article
Hit count: 615
Hello all, complete newb quesiton here, but I'm new to C# and Visual Studio 2010.
How do I load .dll's into Visual Studio 2010 so I can write C# programs using their methods?
More specifically, I'm trying to write a twitter application using TweetSharp that will be run via command line.
© Stack Overflow or respective owner