Dhruti90 / google-gdata1111

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

Error in DocListExporter #332

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In Form1.cs, on line

// so we have a document and a revision link, get that feed
            Feed<Document> revFeed = 
this.Request.Get<Document>(d.RevisionDocument);

the compiler errors on d.RevisionDocument.

Any ideas?

Original issue reported on code.google.com by mrpolit...@gmail.com on 11 Feb 2010 at 6:26

GoogleCodeExporter commented 9 years ago
It does not for me. What is the error you are getting, and what environment are 
you compiling in?

Frank

Original comment by fman...@gmail.com on 15 Feb 2010 at 12:21

GoogleCodeExporter commented 9 years ago
no more info, considered invalid

Original comment by fman...@gmail.com on 19 Mar 2010 at 2:44

GoogleCodeExporter commented 9 years ago
The compiler claims that RevisionDocument does not exist.

Original comment by mrpolit...@gmail.com on 19 Mar 2010 at 3:38

GoogleCodeExporter commented 9 years ago
What version of the assembly are you using? This should exist in:

http://code.google.com/p/google-gdata/source/browse/trunk/clients/cs/src/documen
ts3/docrequest.cs#338

so, in Documents3. 

Frank

Original comment by fman...@gmail.com on 19 Mar 2010 at 4:41

GoogleCodeExporter commented 9 years ago
In Form1.cs, 
Feed<Document> revFeed = this.Request.Get<Document>(d.RevisionDocument);

  returns Bad Enumeration
when running with new dll versions:
Google.GData.Client.dll 1.8.0.24285
Google.GData.Documents.dll 1.8.0.24409

Runs fine with version 1.8.0.0 of same dlls...

Original comment by OKE...@gmail.com on 15 Sep 2011 at 5:03

GoogleCodeExporter commented 9 years ago
The newest version of the dlls is 1.9, please try with them.

Original comment by ccherub...@google.com on 18 Sep 2011 at 3:43