jjzjj

mscorlib

全部标签

c# - MongoDB 客户端在 mscorlib 中引发 FileNotFoundException

我正在使用VisualStudio.NET4.6和Robomongo连接到我的数据库没有问题我对MongoDB的导入usingMongoDB.Driver;usingMongoDB.Driver.Builders;usingMongoDB.Bson;正在执行的代码:MongoClientclient=newMongoClient("mongodb://localhost");MongoServerserver=client.GetServer();MongoDatabasemongoDatabase=server.GetDatabase("GameCollection");完整的错误信