I\'m trying to re-install my EntityFramework package using
PM> Install-Package EntityFramework
But I get the following message
I experienced a similar issue, and it came down to an incorrect path. You are unable to find the package as the full namespace for Entity Framework is Microsoft.AspNet.Identity.EntityFramework.
Therefore, to uninstall you need to enter the following into the Package Manager:
Uninstall-Package Microsoft.AspNet.Identity.EntityFramework