Issue while installing EntityFramework in visual studio 2017

  • Thread starter Thread starter PoojaM
  • Start date Start date
P

PoojaM

Guest
Hello,I tried to create new package source by following steps Tools->NuGet Package Manager->Package Manager Setting->Package Source. and after this try to install Entity Framework in newly created package but facing same issue as following.


Time Elapsed: 00:00:00.2857970
PM> Install-Package EntityFramework
Install-Package : Unable to find package 'EntityFramework' at source ''.
At line:1 char:1
+ Install-Package EntityFramework
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], Exception
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlet
s.InstallPackageCommand

Time Elapsed: 00:00:00.8244213
PM>

Continue reading...
 
Back
Top