Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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;

enter image description here

And i got the correct references

enter image description here

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

enter image description here

And this error enter image description here

like image 270
Pedro Celso Avatar asked Nov 01 '22 03:11

Pedro Celso


1 Answers

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.

enter image description here

like image 149
Ahad aghapour Avatar answered Nov 15 '22 06:11

Ahad aghapour