我们成功安装了mongodb。但是,当我们尝试从 Mongo Vue 连接到它时,我们会收到以下错误。知道如何解决这个问题吗?
Connection was refused
Unable to connect to server Frontier:27017: Element 'sysInfo' not found..
Type: MongoDB.Driver.MongoConnectionException
Stack: at MongoDB.Driver.Internal.DirectMongoServerProxy.Connect(TimeSpan timeout, 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()
at MangoUI.MConnection.get_IsValid()
at MangoUI.WinConnect.SCOjR9kYRPerNNngykW(Object )
at MangoUI.WinConnect.btnTest_Click(Object sender, EventArgs e)
Element 'sysInfo' not found.
Type: System.Collections.Generic.KeyNotFoundException
Stack: at MongoDB.Bson.BsonDocument.get_Item(String name)
at MongoDB.Driver.MongoServerBuildInfo.FromCommandResult(CommandResult result)
at MongoDB.Driver.MongoServerInstance.LookupServerInformation(MongoConnection connection)
at MongoDB.Driver.MongoServerInstance.Connect()
at MongoDB.Driver.Internal.DirectMongoServerProxy.Connect(TimeSpan timeout, ReadPreference readPreference)