4

How can i add the google data API to the .net framework. I saw the gdata documentation but was of no help. Now I am confused whether should I use web reference?

Martin Delille
  • 11,360
  • 15
  • 65
  • 132
user168635
  • 127
  • 2
  • 5

1 Answers1

5

You need to add a reference to the GData DLL (Google.GData.Client.dll) to your project. In Visual Studio, this can be accomplished by: "Select your project" => "Add Reference" => "Browse DLL's".

A detailed explanation can be found here.

João Silva
  • 89,303
  • 29
  • 152
  • 158