Warning when loading dll, any ideas?

4 views
Skip to first unread message

Alex Launi

unread,
May 19, 2008, 11:31:55 PM5/19/08
to Google Contacts API
When I'm compiling my .NET dll, which has the GData libs as required
libraries, I get this warning and the app doesn't work, none of my
contacts are popping up. Any idea why I'm getting this error? I'm not
sure what info is even required to give a clue. All I can give is the
error, thanks for any help!

WARNING: [Do.GMailContacts,1.0] Could not load some add-in assemblies:
Could not load type 'Google.GData.Extensions.IContainsDeleted' from
assembly 'Google.GData.Extensions, Version=1.1.4.1, Culture=neutral,
PublicKeyToken=0b4c5df2ebf20876'.

Alex Launi

unread,
May 21, 2008, 4:53:09 PM5/21/08
to Google Contacts API
Can someone at least let me know if this is an error on my end, or if
it's something with the .dll files. Could I possible have gotten a bad
bunch?

Jeff S

unread,
May 22, 2008, 12:28:16 PM5/22/08
to Google Contacts API
Hi Alex,

Which version of the library do you have? From your initial email, it
seems like 1.1.4.1, but did you download the source, checkout from
subversion. In my (limited) experience the "Could not load some add-in
assemblies" problem is usually the result of configuration issues, so
that would be my first guess.

Thank you,

Jeff

Alex Launi

unread,
May 22, 2008, 2:01:25 PM5/22/08
to Google Contacts API
I downloaded the .zip, and used the precompiled .dlls in Redist/. Is
there some configuration needed?

Frank Mantek

unread,
May 23, 2008, 11:19:32 AM5/23/08
to google-co...@googlegroups.com
Normally an error like this happens when the required assemblies are
NOT in the path of the running application. So your app tries to load/
display a contact, which requires loading of the contacts.dll, which
requires loading of the extensions and the core dll. You need to have:

Google.GData.Client.dll
Google.GData.Contacts.dll
Google.GData.Extensions.dll

in the path for the app.

Could that be the issue?

Frank Mantek
Google

Alex Launi

unread,
May 23, 2008, 2:47:17 PM5/23/08
to Google Contacts API
It seems to be in the path, everything seems to be the same as my
GCalendar app, which is laid out identically to this one (in terms of
file structure).

Alex Launi

unread,
May 25, 2008, 12:49:55 AM5/25/08
to Google Contacts API
I don't know how, but somehow I fixed it. Thanks for the help!
Reply all
Reply to author
Forward
0 new messages