Reputation: 25
I am Working on Visual Studio 2015 and installed nuget (VS 2015 VSIX - latest (v3.4.1)) then executed below mentioned command but getting error.
Install-Package MongoDB.Bson Install-Package : Unable to find package 'MongoDB.Bson' At line:1 char:1 + Install-Package MongoDB.Bson + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Install-Package], Exception + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
Upvotes: 1
Views: 2026
Reputation: 4151
Have you tried just using the gui to search for and install the package you want?
Upvotes: 1