【问题标题】:Can't use ClientConfiguration无法使用客户端配置
【发布时间】:2019-08-30 16:10:14
【问题描述】:

我想开始使用couchbaseو,但客户端配置出错,我找不到原因,Visual Studio 说它不存在,而我已经安装了 couchbase 包:

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

【问题讨论】:

    标签: c# couchbase


    【解决方案1】:

    您需要为 Couchbase Couchbase.Configuration.Client 使用 using 语句

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2021-12-10
      • 2016-06-01
      • 2021-04-19
      • 2013-01-22
      • 1970-01-01
      • 2011-05-03
      • 2011-07-04
      相关资源
      最近更新 更多