Ebeo / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

i am using version 1.4.0.2 but not getting video object to retrive the individal values as describe at link http://code.google.com/apis/youtube/2.0/developers_guide_dotnet.html#Retrieving_Video_Entry #315

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Uri videoEntryUrl = new
Uri("http://gdata.youtube.com/feeds/api/videos/ADos_xW4_J0");
        Video video = request.Retrieve<Video>(videoEntryUrl);
        //printVideoEntry(videoEntry);
What is the expected output? What do you see instead?
could not compile

Please use labels and text to provide additional information.

Original issue reported on code.google.com by prashant...@gmail.com on 15 Jan 2010 at 6:34

GoogleCodeExporter commented 9 years ago
It would really help to see:

a) the whole program
b) why it could not compile (like the compiler error)

Original comment by fman...@gmail.com on 20 Jan 2010 at 10:17

GoogleCodeExporter commented 9 years ago
Issue 316 has been merged into this issue.

Original comment by fman...@gmail.com on 20 Jan 2010 at 10:21

GoogleCodeExporter commented 9 years ago

Original comment by fman...@gmail.com on 3 Feb 2010 at 11:39