Couchbase .Net client library for Couchbase recent builds
Thu, 09/06/2012 - 01:44
Is couchbase client library 1.2 compatible with CB recent builds (especially 1554 Build). If it's not compatible, are there any newer version of .net library?
Now it throws exception:
System.Net.WebException: The remote server returned an error: (401) Unauthorized. at Couchbase.HammockHttpClient.HammockResponseWrapper.ExecuteWith(RestClient client) in C:\dev\couchbase-net-client-build\src\Couchbase\HammockHttpClient.cs:line 125 at Couchbase.HammockHttpClient.HammockRequestWrapper.Couchbase.IHttpRequest.GetResponse() in C:\dev\couchbase-net-client-build\src\Couchbase\HammockHttpClient.cs:line 95 at Couchbase.CouchbaseViewBase`1.GetResponse() in C:\dev\couchbase-net-client-build\src\Couchbase\CouchbaseViewBase.cs:line 199 at Couchbase.CouchbaseViewBase`1.<TransformResults>d__0`1.MoveNext() in C:\dev\couchbase-net-client-build\src\Couchbase\CouchbaseViewBase.cs:line 93 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
Tue, 09/18/2012 - 01:56
Just build lastest version from source. But it not works with DP4 build. Now I can't say why, but I'll investigate tomorrow with DP4 and lastest build of couchbase.
Tested library with couchbase build 16xx - works well. Now I see that beta became available. I'll test it later. Also on library page http://www.couchbase.com/develop/net/next in "Step 1" link points on DP3 version of lib, while main download link on the right points on DP4 version.
Fri, 09/28/2012 - 12:43
Sorry about the confusion. The client Beta links are in sync now.
I just caught a problem where the latest DP wasn't published. If you download the latest DP, now published, it should be good with the latest server builds. We'd had an auth change that required changes on both sides.
Can you download the latest and let us know if it doesn't work out?