We may need a tad more information to help here. The easiest way is:
-> capture the received traffic. When service.query is executed, you
should get data on the wire, that you can capture with fiddlertool on
windows and similiar tools on other platforms.
-> tell us what version of the .NET library you are using.
Put all that into a bugreport here:
http://code.google.com/p/google-gdata/issues/list
And we will investigate as soon as possible.
Frank Mantek
Google
On May 21, 2008, at 2:13 PM, arunstar wrote:
>
> Hi
>
> I am getting a "Parsing Error" at
>
> ListQuery query = new
> ListQuery(listFeedLink.HRef.ToString());
> if (reverseRows)
> {
> query.OrderByPosition = true;
> query.Reverse = true;
> }
> ListFeed feed = service.Query(query); // Error comes at
> this point
>
>
> Please help
>
> Arun
>
>
> >
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Data Protocol" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---