This sounds to me like you are not closing some resources in your .NET app. .NET 2.0 is especially picky about not garbage collected stream resources (search knowledgebase, there is a bundle of entries about this). I had a similiar isse with that in the C# libraries, where i forgot to close one of the response streams in the upper layers, and the result was that i got intermittend disconnects like you are describing when the code was executed in a loop, e.g.

Of course, without debugging the code, this is just a best guess...

Frank Mantek

On 9/5/06, bluetrane < [EMAIL PROTECTED]> wrote:

Correction : Fiddler is not returning any value for the second post
attempt.

I had a gmail page open in my browser which was refreshing

sorry about that



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

Reply via email to