Can someone help on this issue i’m getting, when i try to initialize using .net 2.0 sdk
Exception:Thrown: “The type initializer for ‘Couchbase.Configuration.Client.ClientConfiguration’ threw an exception.” (System.TypeInitializationException)
ClusterHelper.Initialize(“couchbaseClients/couchbase”);
var cluster = ClusterHelper.Get();
return cluster.OpenBucket();