It's hard to say just from the snippet without seeing the HTTP dialogue. Can you compile this for the normal framework, run it on your desktop and use Fiddler to intercept the exchange?

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

Reply via email to