Unable to connect to server 192.168.100.132:2007: 未将对象引用设置到对象的实例。.
Type: MongoDB.Driver.MongoConnectionException
Stack: 在 MongoDB.Driver.Internal.DirectMongoServerProxy.Connect(TimeSpan timeout, ReadPreference readPreference)
在 MongoDB.Driver.MongoServer.Connect(TimeSpan timeout)
在 MongoDB.Driver.MongoServer.Connect()
在 MangoUI.MMongo.Open(Boolean mustWrite)
在 MangoUI.MMongo.Open()
在 MangoUI.ComNavTree.ExpandMe(MTreeNode expand)
在 MangoUI.ComNavTree.tree_BeforeExpand(Object sender, TreeViewCancelEventArgs e)
未将对象引用设置到对象的实例。
Type: System.NullReferenceException
Stack: 在 MongoDB.Driver.MongoServerInstance.RefreshStateAsSoonAsPossible()
在 MongoDB.Driver.Internal.MongoConnection.HandleException(Exception ex)
在 MongoDB.Driver.Internal.MongoConnection.SendMessage(BsonBuffer buffer, Int32 requestId)
在 MongoDB.Driver.Internal.MongoConnection.SendMessage(MongoRequestMessage message)
在 MongoDB.Driver.Operations.CommandOperation`1.Execute(MongoConnection connection)
在 MongoDB.Driver.MongoServerInstance.RunCommandAs[TCommandResult](MongoConnection connection, String databaseName, IMongoCommand command)
在 MongoDB.Driver.MongoServerInstance.Ping(MongoConnection connection)
在 MongoDB.Driver.MongoServerInstance.Connect()
在 MongoDB.Driver.Internal.DirectMongoServerProxy.Connect(TimeSpan timeout, ReadPreference readPreference)
这个怎么解决 谢谢
|