mardi 15 décembre 2015

Sqlite.Interop.dll not found using Xamarin

I am developing a cross platform project and recently came across lite sql to store data locally. I have found that SQLite (System.Data.SQLite) seems rather good for what I need, and nuget package version of 1.0.99 works perfectly on PC, using .net 4.0 on visual studio 2010.

But with the SAME package on the SAME project, when I run the application, it tells me SQLite.Interop.Dll dll assembly is not found.

Solutions across the web say to copy the dll where the executable is (or where the others dll are). But it does not work. I have tried putting it everywhere in the .app, without success.

My project is built and run on x86, with XamMac 2.0, .net40.

Does anyone have any idea on how to make this library work on Mac?

Aucun commentaire:

Enregistrer un commentaire