Re: [sqlite] Using Sqlite nuget package in a .Net test assembly

2018-02-22 Thread Joe Mistachkin
Greg Pagendam-Turner wrote: > > Using Sqlite nugget package version 3.13 > Are you using the full (desktop) .NET Framework? If so, the NuGet package you probably want is probably "System.Data.SQLite". -- Joe Mistachkin ___ sqlite-users mailing list

[sqlite] Using Sqlite nuget package in a .Net test assembly

2018-02-21 Thread Greg Pagendam-Turner
I’m trying to use the Sqlite nugget package in a test assembly. I’m getting the following error in my app when running a query in code: {System.DllNotFoundException: Unable to load DLL 'sqlite3': This operation is only valid in the context of an app container. (Exception from HRESULT: