Cannot get this working

Issue #38 closed
WAYNE LEE created an issue

Hi. Desperate to get foreign keys into SQLite here on Windows store but whatever I try, "Additional Information: Don't know about..." This is when even trying the samples on your page.

What am I doing wrong here? or is it bugged at the moment on NUGET?

Thanks

Comments (2)

  1. Guillermo GutiƩrrez

    Usually this error happens when you have two different versions of SQLite-Net in your project. Usually one that you added manually and another one that Nuget added as a dependency of SQLite-Net Extensions. Make sure that you only have one version of SQLite-Net referenced from your project.

  2. Log in to comment