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