july
july

Reputation: 25

Nuget Package Error during Installation of MongoDB driver

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

Answers (1)

Wjdavis5
Wjdavis5

Reputation: 4151

Have you tried just using the gui to search for and install the package you want?

Example

Upvotes: 1

Related Questions