How to add google api to .net c#

馋奶兔 提交于 2019-12-23 19:17:38

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/1397154/how-to-add-google-api-to-net-c-sharp

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!