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 get sample building in my own project #18

Closed radman5 closed 8 years ago

radman5 commented 9 years ago

I have copied over the files that are mentioned in the steps but even those classes rely on others in the sample project so I had to copy over pretty much everything and now that that is done my GraphClient.Constants does not have the definition for ResourceUrl or TenantId that are referenced in the AuthenticationHelper class.

Does anyone know how I can get this resolved??

Thank you!

nitinmeria commented 9 years ago

Have you tried running the sample itself?

dkershaw10 commented 8 years ago

@radman5 this doesn't look like an issue with the library itself. Have you managed to resolve your issue?

radman5 commented 8 years ago

@dkershaw10 Yes all issues resolved. I don't remember the solution because I can't even remember posting this.

Sorry for the trouble.