install the EntityFramework NuGet package which will setup everything for you .
Go to
menu “Tools”-> Library Package Manager –> Package Manger Console
and typing there:
PM> install-package EntityFramework
That’s it. All errors disappeared.
Recollect Basic Things
install the EntityFramework NuGet package which will setup everything for you .
Go to
menu “Tools”-> Library Package Manager –> Package Manger Console
and typing there:
PM> install-package EntityFramework
That’s it. All errors disappeared.
Leave a Reply