You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 31, 2019. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: