As this is running on Windows Mobile, you should be able to use the  
loggingrequestfactory to write out the data send/received?

So you do something like this:

          GDataLoggingRequestFactory factory = new  
GDataLoggingRequestFactory(this.ServiceName, this.ApplicationName);
         service.factory = factory;

If memory serves me right, this will create log files in the directory  
where your application is running, so that might be a problem pending  
installation. The factory has 3 properties to specify the  
request,response and combined file names....

Frank Mantek
Google

On Dec 5, 2007, at 5:25 AM, Kulvinder Singh wrote:

> Hi Frank,
>
> Can you tell me if there is any way by which i can write out the  
> HTTP Traffic being sent, in a file and send it to you instead of  
> using Fiddler
>
> Thanks
> Kulvinder Singh
>
> ----- Original Message ----
> From: Frank Mantek <[EMAIL PROTECTED]>
> To: [email protected]
> Sent: Wednesday, November 28, 2007 5:44:53 PM
> Subject: Re: Parsing failed at  
> Google.GData.Client.AtomFeedParser.Parse()
>
>
> What line does this occur? Can you build debug dlls to check?
>
> Does this happen if you pull the same feed with the desktop version of
> the libraries? What version of the libraries are you using?
>
> Is it possible for me to get the xml for that feed?
>
> Frank Mantek
> Google
> On Nov 28, 2007, at 12:20 PM, Bhushan Sethi wrote:
>
> >
> > Hi,
> > I am trying to get an authenticated feed of Google Events based on
> > DateRange using the .NET Mobile library.
> > I am using Operating System : Microsoft Windows CE 5.2.1978
> >
> >
> >
> > But I  am getting the following error  :
> >
> >
> >
> > Message : Parsing failed
> > InnerException : IndexOutOfRangeException
> > StackTrace :
> >
> > At Google.GData.Client.AtomFeedParser.Parse()
> > At Google.GData.Client.AtomFeed.Parse()
> > At Google.GData.Client.Service.Query()
> > At Google.GData.Calendar.CalendarService.Query()
> >
> >
> >
> > Please suggest me in which case this problem can occur??
> >
> >
> >
> > >
>
>
>
>
> Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  
> Try it now.
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Calendar Data API" 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-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to