It can not be the loading of the DLL, otherwise your callstack would not show that you are 3 calls into a query....
I would assume the following is happening: your TestAddin is, during init, doing a query. That query now fails (please use fiddler to verify that the addin sends/receives data) and that throws. That throw is not catched in your addin, and hence the load of the addin fails, and as usual, you get a cryptic error message. This is pure speculation though. Frank Mantek Google On May 20, 2008, at 8:18 AM, Kulvinder Singh wrote: > Austin, > > It seems like there is a problem while loading the > Google.GData.Client dll. > > ----- Original Message ---- > From: Austin (Google) <[EMAIL PROTECTED]> > To: [email protected] > Sent: Tuesday, May 20, 2008 5:03:57 AM > Subject: Re: Configuration system failed to initialize > > Hi, > > I am not sure if this is the cause for the error, but I did a search > for this error message and found this - > > http://www.dotnet247.com/247reference/msgs/16/81605.aspx > > Austin > > On Mon, May 19, 2008 at 3:51 AM, Kulvinder Singh <[EMAIL PROTECTED] > > wrote: > Hi, > > I am using the google calendar API to fetch the events list through > a Outlook TestAddin. It was working fine earlier but now i am > getting the following error : > > Configuration system failed to initialize > > Source : Google.GData.Client > > Root element is missing. (C:\Documents and Settings\UserName\Local > Settings\Application Data\Microsoft_Corporation > \TestAddin_Url_znxrptlyipzhe\12.0.6023.5000\user.config) > > at Google.GData.Client.Service.Query(Uri queryUri, DateTime > ifModifiedSince) > at Google.GData.Client.Service.Query(FeedQuery feedQuery, DateTime > ifModifiedSince) > at Google.GData.Client.Service.Query(FeedQuery feedQuery) > > Can somebody help in this ? > > Thanks > Kulvinder Singh > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
