Azure-Samples / active-directory-dotnet-graphapi-web

A .NET 4.5 MVC web app that demonstrates how to query the Azure AD Graph API using the Azure AD Graph Client Library
82 stars 68 forks source link

Cannot resolve symbol ActiveDirectoryClient #19

Closed hvaughan3 closed 6 years ago

hvaughan3 commented 9 years ago

After creating the AuthenticationHelper.cs file, I was getting the error below and was unable to build the project. I did not find anyone else talking about this issue so I went ahead and just tried updating the Microsoft.Azure.ActiveDirectory.GraphClient package and that seems to have fixed the problem.

Error: Cannot resolve symbol ActiveDirectoryClient

My Info: Windows 7 x64 Visual Studio 2013 .NET Framework 4.5

If this is indeed the correct way to fix the issue, then the part in the README that tells you to install version 1.0.3, should be changed. Thank you.

dkershaw10 commented 8 years ago

We'll update the readme to remove the specific version.