Follow up... I ported my code backward (but still using the same gdata compiled in 1.1).
I built and ran it on a seperate box (same network) that has only .net framework 1.1. Result: I still receive my 400 error, but subsequent updates and deletes are not a problem. So I got to thinking... what is different about the (Http)WebRequest in framework version 2... and it turns out that there are some differences. http://geekswithblogs.net/denis/archive/2005/08/16/50365.aspx http://support.microsoft.com/default.aspx?scid=kb;EN-US;915599 Anyway... I suspect that forcing the protocol version to 1.0 or monkeying with keep alive in request.cs should do it... I'll give it a whirl soon. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
