我们成功安装了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)
答案 0 :(得分:0)
如果您使用的是MongoDB 3.0,则无法使用。我无法得到公司的回复。
我认为对产品的支持已经停止,应用程序永远不会升级。