In Window Application, We are facing issue after Updating the version of Couchbase.Lite to v2.6.0.
and we are not faced any issue in Couchbase.Lite v2.5.3.
And we have added x86 and x64 folders which contains LiteCore.dll
Getting Exception as " Unable to load DLL ‘LiteCore’ : The specified module cannot be found." at Database Initialization line i.e., var db=new Database(“dbname”);
Could you please suggest how to solve this issue ?