tags:

views:

112

answers:

2
+1  Q: 

twitter in c# 2010

According to this page, there are sample Apps that show how to use TweetSharp. Said apps are to be in the "Demos" folder. I'm not seeing them.

Q: Am I stupid?

+2  A: 

The page states you need to check out the source tree. When you open the TweetSharp solution, there should be a Demos solution folder (not file system folder) containing the Demo.* projects. I haven't tried this myself, but that's what the TweetSharp.sln file is set up to do.

David Brown
David is correct. It's a solution folder. The Compact Framework code is in VS2008, everything else is in VS2010 (under src).
Jason Diller
+1  A: 

Phillip:

The problem was you downloaded TweetSharp from the downloads tab. You needed to download it from the Source Code tab instead, where it says "Latest Version", "Download".

Don't download from "Downloads", "Recommended Download". I wouldn't recommend that.

cf_PhillipSenn