Hi,
I just got the Google Data API and I can't seem to use it in my application. I got the msi file, built the Google Data API SDK successfully.
Then I went back to my project, right clicked on the Bin folder and selected Add Reference... From there I added all of the dlls in the C:\Program Files\Google\Google Data API SDK\Redist folder.
Now in my projects when I type:
using Google.GData.Extensions;
using Google.GData.Contacts;
using Google.Contacts;
using Google.GData.Client;
Google gets underlined in red for all of them, and when I hover over it, it says the namespace "Google" could not be found.
Any ideas of what I'm doing wrong?