Right now, from what i understand this is what is happening:
-> you post to the calendar
-> you get a redirect
-> you handle the redirect, you get the error
So you don't really have any success (as you stated) in the path, beside successfully getting the redirect.
Is this a read/write scenario? If so, are you providing the auth header again when redirecting?
Frank Mantek
On 9/1/06, bluetrane <
[EMAIL PROTECTED]> wrote:
when i try to include the components and compile the code I receive the
following error
System.TypeLoadException was unhandled
Message="Could not load type 'Google.GData.Calendar.CalendarService'
from assembly 'gcalendar, Version=1.0.3.23367, Culture=neutral,
PublicKeyToken=AA6748391206B888'."
StackTrace:
at System.Windows.Forms.Form.OnLoad()
at System.Windows.Forms.Form._SetVisibleNotify()
at System.Windows.Forms.Control.set_Visible()
at System.Windows.Forms.Application.Run()
at GoogleCalendarSync.Form1.Main()
this only occurs when targeting the compact framework and works as
designed from the standard framework.
also
i can not get the responsestream property from httpwebresponse because
when the line
Dim SecondResponse As HttpWebResponse =
SecondRequest.GetResponse()
is executed it immediately launches an exception. Is there anything in
the code above or the provided xml that would cause the calendar to not
be updated?
thanks again
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---
- Re: 400 error code when sending same POST request again Frank Mantek
- Re: 400 error code when sending same POST request again bluetrane
- Re: 400 error code when sending same POST request ag... bluetrane
- Re: 400 error code when sending same POST reques... Frank Mantek
- Re: 400 error code when sending same POST re... bluetrane
- Re: 400 error code when sending same PO... Frank Mantek
- Re: 400 error code when sending sam... bluetrane
- Re: 400 error code when sending... bluetrane
- Re: 400 error code when sending... bluetrane
- Re: 400 error code when sending... bluetrane
- Re: 400 error code when sending... Frank Mantek
