youtube.net-api

YouTube .Net API - Not getting correct View Counts

I've managed to plug away through the YouTube documentation, and have managed to successfully implement the majority of what I want to work. My question is, I get the video View count and it comes back lower than the actual video on YouTube. It was fine this morning and both showed correctly, but now my version is out by 4 views. Do...

.NET 2.0: An established connection was aborted by the software in your host machine

Scenario: I try to post a video to YouTube with the following code: YouTubeEntry createdEntry = service.Upload(newEntry); This works fine on my developer machine (running Windows XP). It fails on a Win2k server (running .NET 2.0) with the following error: 2010-07-15||01:14:08 PM||An established connection was aborted by the software...

how to display a list in c#

hello! I would like to make an app that resembles winamp but has an youtube data input ( i.e. in stead of local music i have a multitude of links from which i stream music ) . I would like to know how to display the list? should i have an UserControl for each link or is there another way ? i was also thinking of storing the links in a da...

play youtube music in application

Does anyone know how to play music from youtube in my c# .net 4.0 app ? I've installed all the apis and sdks from google but i can't seem to find a tutorial that lets me play music in my desktop app . regards, Alexandru Badescu ...