gpt4 book ai didi

mongodb - 使用 DotNet Core 的 MongoDB 驱动程序时出现异常

转载 作者:行者123 更新时间:2023-12-03 15:59:58 27 4
gpt4 key购买 nike

我正在研究以下堆栈的解决方案:

  • ASP.NET Core
  • .NET Core
  • MongoDB

...使用此驱动程序与数据库通信:https://www.nuget.org/packages/MongoDB.Driver.Core/...版本2.4.1

我正在尝试像这样实例化 MongoClient:

var options = provider.GetService<IOptions<MongoDbSettings>>();
var client = new MongoClient(options.Value.ConnectionString);

但是最后一个语句错误地说:

An exception of type 'System.MissingMethodException' occurred in MongoDB.Driver.dll but was not handled in user code

Additional information: Method not found: 'Void MongoDB.Driver.ReadPreference..ctor

我注意到类 MongoClient 位于 MongoDB.Driver 命名空间中,而不是位于 MongoDB.Driver.Core 中。这是否意味着它与.Net Core 不兼容?如果是这样,我如何连接到数据库?

感谢所有帮助!

问候,乔恩

最佳答案

我最终使用了这个驱动程序: http://mongodb.github.io/mongo-csharp-driver/

2.3.0版本,解决了这个问题。

关于mongodb - 使用 DotNet Core 的 MongoDB 驱动程序时出现异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41503923/

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