System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 1eec45ebb7084346f6e85b77234dc98216bdfe26
Title: File not found using 1.0.109.1
Status: Closed Type: Incident
Severity: Important Priority: Medium
Subsystem: NuGetPackage Resolution: Duplicate
Last Modified: 2018-09-24 17:29:00
Version Found In: 1.0.109.1
User Comments:
anonymous added on 2018-09-24 07:59:01: (text/x-fossil-plain)
I have a similar problem to: http://system.data.sqlite.org/index.html/tktview/eefa4313ea941178755b8a52598fea7802a28bc6

..in that I get a file not found exception when using 1.0.109.1.  Note that changing the reference to 1.0.108.0 works fine.

My exception could be different - it doesn't seem to refer to any specific version.  In my case, I have the reference and then am attempting to load the factory type dynamically via:

Type.GetType("System.Data.SQLite.SQLiteFactory, System.Data.SQLite")

Resulting in:

System.IO.FileNotFoundException: 'Could not load file or assembly 'System.Data.SQLite, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.'

I saw the previous ticket creator didn't respond, so - 

I'm using .NET Core, building for netcoreapp2.0 using Visual Studio 2017 version 15.8.1.

Same occurs from command-line build with .NET Core SDK 2.1.401.

Let me know if I can provide any more info.

mistachkin added on 2018-09-24 17:29:00: (text/x-fossil-plain)
Duplicate of [67d10c4262d45d26].