I have the community version of VS2015. I can create a console app and build it no problem. Once I run the package manager and install the entityframework and then build it again it gives me the above error.
I have DNX installed. I have tried to uninstall VS 2015 and reinstall but to no avail. This has happened because I tried to to install MVC boilerplate found a this address: http://rehansaeed.com/asp-net-mvc-boilerplate/ I have since uninstalled it but DNX seems to remain and now I have that error.
It may be a simple fix however I am a beginner at this and cant figure it out. Anyone like to give me a few ideas as to what this is and how to fix it I would be appreciative.
"EntityFramework": "6.1.3"from project.json. Everything builds now, but I can't say with certainty that this won't create more issues. - Brendan L