Hi,
I'm using
Xamarin.Forms 2.3.4.247
Couchbase Lite 2.0.0-db013
Couchbase Server 5.0.0-3217
And am getting following error when trying to replicate the database on the Xamarin.Android project:
08-16 16:00:28.182 W/CouchbaseLite(21413): [18] 2017-8-16 04:00:28.180+02:00 TASK SCHEDULING (SerialQueue) [18] 2017-08-16T16:00:28.1186800+02:00 Exception during DispatchAsync: System.EntryPointNotFoundException: mono_get_runtime_build_info
08-16 16:00:28.182 W/CouchbaseLite(21413): at (wrapper managed-to-native) System.Runtime.InteropServices.RuntimeInformation:mono_get_runtime_build_info ()
08-16 16:00:28.182 W/CouchbaseLite(21413): at System.Runtime.InteropServices.RuntimeInformation.get_FrameworkDescription () [0x00000] in <c8e4a6279d7c4826a84d4ea5ac784d3a>:0
It seems that a runtime method (mono_get_runtime_build_info
) doesn’t exist for whatever reason as part of a standard .NET call to FrameworkDescription
.
Anyone that has experience with this error?
thank you for your time,
Thomas