The type or namespace name 'Google' could not be found

三世轮回 提交于 2019-12-13 15:08:13

问题


Im trying to use Google.Apis in my WP8 project, but im unable to compile it. I got Google.Apis 1.8.1, and Google.Apis.Auth 1.8.1, and i can access it by IntelliSense, but, when i try to compile my project, i got this error;

Im using Visual Studio Express 2012 for Windows Phone;

As you can see below, i got code-complete;

And i got the correct references

This is my final code, very simple class, only using Google.Apis;

And this error


回答1:


You should install the Google.Cloud.Language.V1 from NuGet Package Manager and then install the Google Cloud SDK for using the google apis in your project.



来源:https://stackoverflow.com/questions/22482495/the-type-or-namespace-name-google-could-not-be-found

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