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

This project does not open with Visual Studio 2015 #42

Open dhruvingajjar opened 7 years ago

dhruvingajjar commented 7 years ago

I am trying to open this project in Visual Studio 2013 and it doesn't open without issues. First it complaints about missing .nuget folder and the contents. Now that I cannot find them on the online sources as well, I chose to remove them from the solution file manually. Then it leaves me with only the WebAppGraphAPI project which opens but fails to compile because it cannot find any of the referenced assemblies.

To overcome this, I have to open the .csproj file and remove all the HintPaths with the CxCache condition in them and then it allows me to compile the project.

I know it is marked to be working with VS2013. But should it be so difficult to get it working with VS2015?