无法使用ClientConfiguration

时间:2019-08-30 16:10:14

标签: c# couchbase

我想开始使用couchbaseو,但是客户端配置出现错误,我找不到原因,Visual Studio表示在我已经安装了ouchbase软件包的情况下它不存在:

var cluster = new Cluster(new ClientConfiguration{
    Servers = new List<Uri> { new Uri("http://10.112.170.101") }
});

1 个答案:

答案 0 :(得分:0)

您需要同时对Couchbase Couchbase.Configuration.Client

使用using语句

CouchbaseNetClient nuget包中都提供了两个名称空间。