How to setup a project to use TweetSharp

Posted by Stuart Helwig on Stack Overflow See other posts from Stack Overflow or by Stuart Helwig
Published on 2010-05-24T12:18:04Z Indexed on 2010/05/24 12:21 UTC
Read the original article Hit count: 557

Filed under:
|
|

I am trying to follow Pete Brown's introductory WPF tutorial which makes use of the TweetSharp libraries to interact with Twitter.

I have downloaded what appears to be the latest TweetSharp binaries (and a few others including the ReleaseCandidate) from Codeplex (http://tweetsharp.codeplex.com/).

No matter what references I add and no matter what using statements I try, I cannot create a reference to the TwitterService for the FluentTwitter class.

I simply get the compiler error - "The type or namespace cannot be found".

Now I've noticed that the TweetSharp.dll that Pete references is 518KB but the one contained in each of my different downloads is only 84kb. (I've tried several times - I am getting the full download here).

The link from Pete's article to the TweetSharp libraries, no longer works (http://code.google.com/p/tweetsharp/).

What basic element am I missing here or what could I be doing wrong?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about c#4.0