How to get Sqlite.net extensions working with Xamarin Android?

Issue #122 new
Tomeke created an issue

Hi,

I was struggling with this and read a lot, but I still can't get it working.

I'm using Sql-net library in my project:

https://www.nuget.org/packages/sqlite-net-pcl/

So I understand that I should install the alpha version of Sqlit.net extensions - https://www.nuget.org/packages/SQLiteNetExtensions/2.0.0-alpha2

But after I do this, I'm getting such exeption:

System.IO.FileNotFoundException: Could not load assembly 'SQLite.Net, Version=3.0.5.0, Culture=neutral, PublicKeyToken='. Perhaps it doesn't exist in the Mono for Android profile?

Is there a way to use Sqlite.net extensions together with sqlite-net-pcl?

Comments (1)

  1. Log in to comment