Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将谷歌数据 API 添加到 .net 框架。我看到了 gdata 文档,但没有帮助。现在我很困惑是否应该使用网络参考?
您需要在Google.GData.Client.dll项目中添加对 GData DLL ( ) 的引用。在 Visual Studio 中,这可以通过以下方式完成:“选择您的项目”=>“添加引用”=>“浏览 DLL”。
Google.GData.Client.dll
可以在这里找到详细的解释。