Bucket Context in Couchbase SDK 3.0

Team,

I am migrating Couchbase dotnet SDK 2.7 to 3.0… For fetching the query using Linq2Couchbase v1.4.2 used.
But when I try to create a BucketContext for creating queries I am getting an error like “Reference to type IBucket claims it is defined in Couchbase.NetClient, but it could not be found”

I am using VS 2017 for the development

Please help me with the error.

Sujila

1 Like

Linq2Couchbase 1.4.2 is not compatible with SDK 3. There is a 2.0.0-beta.1 release on NuGet that should work for you.

2 Likes

@btburnett3 It works with the 2.0.0-beta.1 version. Thanks for the information …