I\'m trying to re-install my EntityFramework package using
PM> Install-Package EntityFramework
But I get the following message
You can run following command in package manager
UnInstall-Package EntityFramework
Then Install the needed package using
Install-Package EntityFramework -Version 5.0.0