I\'m trying to re-install my EntityFramework package using
PM> Install-Package EntityFramework
But I get the following message
if you have the connection string with provider name on it . Then make sure the provider name have definition below as in the config (providers)(provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /)(/providers)
To remove/uninstall: In the Package Manager Console run:
UnInstall-Package EntityFramework -Version 6.0.2
In Package Manager Console you can write following command:
Uninstall-package EntityFramework -force