1

我们成功安装了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)
4

1 回答 1

0

如果您使用的是 MongoDB 3.0,它将无法正常工作。我一直无法得到公司的回应。

我认为对该产品的支持已经停止,并且该应用程序永远不会升级。

于 2015-06-27T19:56:09.157 回答