.net Client - where can i find Enyim.Caching.Log4netAdapter.dll version 2.12 ?
Hello,
i just download a .net couchbase client. there are 2 files there couchbase.dll and Enyim.Caching.dll. the client is working fine but when i want to add logger i thought i can used the old Enyim.Caching.Log4netAdapter.dll. but i was wrong, it seem Enyim.Caching.dll (version 2.12)is not compatible with my old Enyim.Caching.Log4netAdapter.dll (version 2.10). i search the latest Enyim.Caching.Log4netAdapter.dll on the net but i can't find one with ver 2.12. the latest version is 2.11 which i try and still not compatible.
i try to use Enyim.Caching version 2.11 but the dll is not compatible with the couchbase.dll :(.
so where can i get Enyim.Caching.Log4netAdapter.dll version 2.12 ?
please help....
thanks
Hi Hendra,
.Net client 1.1 was just released today. In the packages for those clients, you'll find both log4Net and NLog adapters.
Nuget: http://nuget.org/packages/CouchbaseNetClient
Download: http://packages.couchbase.com/clients/net/1.1/Couchbase-Net-Client-1.1.zip
-- John