System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Overview

Artifact ID: ef108636f7a25e1254bf120fb34fa2e8061bbe2f
Ticket: b4267ee3575bce3f4d7d8ed61f583064c16962a4
The DbCommand and DbConnection implementation in the assembly System.Data.SQLite could not be found
User & Date: anonymous 2018-08-30 09:17:17
Changes

  1. foundin changed to: "1.0.109.1"
  2. icomment:
    I am writing a Console App on Net Core 2.0. My App uses NHibernate Fluent to work with SQLite local db. However when running the code below here, I get the following errors:
    
    Could not create the driver from NHibernate.Driver.SQLite20Driver
    
    The DbCommand and DbConnection implementation in the assembly System.Data.SQLite could not be found. Ensure that the assembly System.Data.SQLite is located in the application directory or in the Global Assembly Cache. If the assembly is in the GAC, use element in the application configuration file to specify the full name of the assembly.
    
    I have installed System.Data.SQLite 1.0.109.1 from Nuget. Why do I have the following error?
    
    Original post on the stackoverflow: https://stackoverflow.com/questions/51445371/net-core-nhibernate-system-data-sqlite-could-not-be-found
    
    NHibernate.Driver.SQLite20Driver has the following code:
    https://github.com/nhibernate/nhibernate-core/blob/master/src/NHibernate/Driver/SQLite20Driver.cs
    
    P.S: everything was working fine with System.Data.SQLite.Core 1.0.108 but it was windows only compatible.
    
    How can I make it work with the SQLite dll (v1.0.109.1) which is compatible with .net core 2.0
    
  3. login: "anonymous"
  4. mimetype: "text/x-fossil-plain"
  5. private_contact changed to: "92b833373040cc02318fb7e9bde58dd944e2aabb"
  6. severity changed to: "Critical"
  7. status changed to: "Open"
  8. title changed to:
    The DbCommand and DbConnection implementation in the assembly System.Data.SQLite could not be found
    
  9. type changed to: "Incident"