manicoder / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

Google.contacts.dll is missing #690

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi!
I downloaded Google_Data_API_Setup_2.2.0.0.msi and installed it
Google.GData dll's are in installation folder, as expected, but ia cant find 
Google.contacts.dll which is required to create a new ContactRequest (in the  
Google Contacts API version 3.0 Getting Started Example)
so the folowing part just doesn't work
############################################################# 
RequestSettings settings = new 
RequestSettings("<var>YOUR_APPLICATION_NAME</var>");
            // Add authorization token.
            // ...
            ContactsRequest cr = new ContactsRequest(settings);
#############################################################

Where can i find Google.contacts.dll?

Original issue reported on code.google.com by Complica...@gmail.com on 29 Apr 2014 at 8:51

GoogleCodeExporter commented 8 years ago
I figured it out, issue solved

Original comment by Complica...@gmail.com on 29 Apr 2014 at 9:11

GoogleCodeExporter commented 8 years ago

Original comment by ccherub...@google.com on 29 Apr 2014 at 4:04