i figured it out.  I needed to check if the NextChunk uri was null,
something I wasn't doing before.

                       if (calFeed.NextChunk != null)
                        {
                            query.Uri = new Uri(calFeed.NextChunk);
                            calFeed = service.Query(query);
                        }
                        else
                            calFeed = null;

Thanks

Frank Mantek wrote:
> It would help if you tell me a bit more detail.....
>
> where is this happening?
>
> Frank Mantek
>
> On 12/3/06, JGAllen23 <[EMAIL PROTECTED]> wrote:
> >
> >
> > I just upgraded to 1.08 so I could use gdata with my hosted calendar,
> > but now I get this error when I run my app:
> >
> > {"Value cannot be null.\r\nParameter name: uriString"}  System.Exception
> > {System.ArgumentNullException}
> >
> > it worked with 1.07 and I haven't changed any code
> >
> >
> > >
> >
>
> ------=_Part_35733_2090448.1165257940840
> Content-Type: text/html; charset=ISO-8859-1
> X-Google-AttachSize: 729
>
> It would help if you tell me a bit more detail.....<br><br>where is this 
> happening?<br><br>Frank Mantek<br><br><div><span class="gmail_quote">On 
> 12/3/06, <b class="gmail_sendername">JGAllen23</b> &lt;<a href="mailto:[EMAIL 
> PROTECTED]">
> [EMAIL PROTECTED]</a>&gt; wrote:</span><blockquote class="gmail_quote" 
> style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; 
> padding-left: 1ex;"><br>I just upgraded to 1.08 so I could use gdata with my 
> hosted calendar,
> <br>but now I get this error when I run my app:<br><br>{&quot;Value cannot be 
> null.\r\nParameter name: 
> uriString&quot;}&nbsp;&nbsp;System.Exception<br>{System.ArgumentNullException}<br><br>it
>  worked with 1.07 and I haven't changed any code
> <br><br><br>
> ------=_Part_35733_2090448.1165257940840--


--~--~---------~--~----~------------~-------~--~----~
 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