我正在尝试在 MongoVUE 中创建新连接,但出现错误:“连接被拒绝”。
连接配置为:
- 名称:数据库
- 服务器:127.0.0.1
- 端口:27017(默认)
- 用户名:管理员
连接被拒绝 无法连接到服务器 127.0.0.1:27017:对象引用未设置为对象的实例。类型:MongoDB.Driver.MongoConnectionException 堆栈:在 MongoDB.Driver.Internal.DirectMongoServerProxy.Connect(TimeSpan 超时,ReadPreference readPreference) at MongoDB.Driver.MongoServer.Connect(TimeSpan timeout) at MongoDB.Driver.MongoServer.Connect() at MangoUI.MMongo.QSDlL5xzK686iCExThO(Object ) at MangoUI.MMongo.Open(Boolean mustWrite) at MangoUI.MMongo.Open( )
在 MangoUI.MConnection.get_IsValid() 在 MangoUI.WinConnect.SCOjR9kYRPerNNngykW(Object ) 在 MangoUI.WinConnect.btnTest_Click(Object sender, EventArgs e)你调用的对象是空的。类型:System.NullReferenceException 堆栈:在 MongoDB.Driver.MongoServerInstance.RefreshStateAsSoonAsPossible()
在 MongoDB.Driver.Internal.MongoConnection.HandleException(Exception ex) 在 MongoDB.Driver.Internal.MongoConnection.SendMessage(BsonBuffer 缓冲区,Int32 requestId) 在 MongoDB .Driver.Internal.MongoConnection.SendMessage(MongoRequestMessage message) at MongoDB.Driver.Operations.CommandOperation`1.Execute(MongoConnection connection) at MongoDB.Driver.MongoServerInstance.RunCommandAs[TCommandResult](MongoConnection connection, String databaseName, IMongoCommand command) at MongoDB.Driver.MongoServerInstance.Ping(MongoConnection 连接)
在 MongoDB.Driver.MongoServerInstance.Connect() 在 MongoDB.Driver.Internal.DirectMongoServerProxy.Connect(TimeSpan 超时,ReadPreference readPreference)
如何修复它并创建连接?请帮忙。