DLL Error when we use LiteCore 3.1.0

We are getting the below error when we use Couchbase.Lite 3.1.0, latest version
System.EntryPointNotFoundException: Unable to find an entry point named 'c4coll_isValid' in DLL 'LiteCore'.

Please help

This error looks like somehow you’ve gotten a different version of the support library than the main one. That particular method was introduced in 3.1.0 so if for some reason you have an older LiteCore DLL included in your build output you will run into errors like this.

Thank you so much for the quick reply.

I am getting this error when I CreateIndex and that with a nuget package that I created. I dont have any other versions.

Check for rogue files in the output I guess. Did you recently upgrade or anything like that? Can you reproduce this in a simpler fashion? It’s possible it is a bug but doubtful since there are tests that run these calls.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.