how can i add the google data API to the .net frame work. I saw the gdata documentation but was of no help. Should i use web reference?
+1
A:
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.
JG
2009-09-09 01:36:04
thank u JG...was really hepfull
2009-09-09 01:37:43