gpt4 book ai didi

c# - 如何在 Visual Studio 2013 中安装 MongoDB.Driver

转载 作者:行者123 更新时间:2023-12-04 15:36:29 34 4
gpt4 key购买 nike

我正在使用 Visual Studio Ultimate 2013 尝试在我的项目(.NET Framework 4.6)中安装 MongoDB.Driver 包,但出现以下错误:

Invalid static method invocation syntax: "[MSBuild]::IsOsPlatform('Windows')". Method '[MSBuild]::IsOsPlatform' not found. Static method invocation should be of the form: $([FullTypeName]::Method()), e.g. $([System.IO.Path]::Combine(a, b)).
C:\ProjectPath\packages\MongoDB.Libmongocrypt.1.0.0\build\MongoDB.Libmongocrypt.targets

我尝试在其他项目中安装并修复 visual studio,但没有成功。

最佳答案

分享我的经验:2020年1月6日07:27:40

当我用

Install-Package MongoDB.Driver

在我的项目中(.NET Framework 4.6.1)

包管理器控制台打印:

Invalid static method invocation syntax: "[MSBuild]::IsOsPlatform('Windows')". Method '[MSBuild]::IsOsPlatform' not found.

我刚刚重启我的 vs2015,我尝试安装这个包

Install-Package MongoDB.Driver -Version 2.5.0

我成功了!

关于c# - 如何在 Visual Studio 2013 中安装 MongoDB.Driver,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59583165/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com