C#使用MongodbDriver2.4.4连接数据库的问题

发布于 2022-09-05 20:59:49 字数 1934 浏览 17 评论 0

报如下错误,使用的System.Runtime.InteropServices.RuntimeInformation.dll是4.0.0版本
500 未能加载文件或程序集“System.Runtime.InteropServices.RuntimeInformation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”或它的某一个依赖项。找到的程序集清单定义与程序集引用不匹配。 (异常来自 HRESULT:0x80131040)

System.IO.FileLoadException: 未能加载文件或程序集“System.Runtime.InteropServices.RuntimeInformation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”或它的某一个依赖项。找到的程序集清单定义与程序集引用不匹配。 (异常来自 HRESULT:0x80131040)
文件名:“System.Runtime.InteropServices.RuntimeInformation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”
在 MongoDB.Driver.Core.Connections.ClientDocumentHelper.CreateOSDocument()
在 System.Lazy`1.CreateValue()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
在 System.Lazy`1.get_Value()
在 MongoDB.Driver.Core.Connections.ClientDocumentHelper.CreateClientDocument(String applicationName)
在 MongoDB.Driver.Core.Connections.BinaryConnectionFactory..ctor(ConnectionSettings settings, IStreamFactory streamFactory, IEventSubscriber eventSubscriber)
在 MongoDB.Driver.Core.Configuration.ClusterBuilder.BuildCluster()
在 MongoDB.Driver.ClusterRegistry.CreateCluster(ClusterKey clusterKey)
在 MongoDB.Driver.ClusterRegistry.GetOrCreateCluster(ClusterKey clusterKey)
在 MongoDB.Driver.MongoClient..ctor(MongoClientSettings settings)
在 ZKWeb.ORM.MongoDB.MongoDBEntityMappings..ctor(MongoUrl connectionUrl, IEnumerable1 handlers, IEnumerable1 providers)
在 ZKWeb.ORM.MongoDB.MongoDBDatabaseContextFactory..ctor(String database, String connectionString, IEnumerable1 handlers, IEnumerable1 providers)

警告: 程序集绑定日志记录被关闭。
要启用程序集绑定失败日志记录,请将注册表值 [HKLMSoftwareMicrosoftFusion!EnableLog] (DWORD)设置为 1。
注意: 会有一些与程序集绑定失败日志记录关联的性能损失。
要关闭此功能,请移除注册表值 [HKLMSoftwareMicrosoftFusion!EnableLog]。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

回忆躺在深渊里 2022-09-12 20:59:49

解决方案

尝试安装VC++库

Mongodb兼容性

C# and .NET MongoDB Driver

clipboard.png

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文