Re: [sqlite] [System.Data.SQLite] Nuget 3 support

2016-06-18 Thread Joe Mistachkin
Jann Roder wrote: > > Nuget 3 now seems to have much better support for native libraries. > I'd really like to use this for System.Data.SQLite. I suspect this will require a great deal of investigation, refactoring, and debugging. It's too late in the release cycle for 1.0.102.0 for this. I'll

[sqlite] [System.Data.SQLite] Nuget 3 support

2016-06-18 Thread Jann Roder
Hi, I recently migrated two of our solutions to nuget 3. Nuget 3 now seems to have much better support for native libraries. Unfortunately it is incompatible with the way the SQLite package currently does things. I had to manually call the traget that copies the interop libraries in my .csproj f

Re: [sqlite] System.Data.SQLite NuGet

2014-11-21 Thread Joe Mistachkin
Michael Quinlan wrote: > > The current NuGet package seems to include SQLite version 3.8.6. Are there > plans to update to version 3.8.7? > The core NuGet packages contain the SQLite core library code, customized for use with System.Data.SQLite (i.e. commonly referred to as the "SQLite interop

[sqlite] System.Data.SQLite NuGet

2014-11-21 Thread Michael Quinlan
The current NuGet package seems to include SQLite version 3.8.6. Are there plans to update to version 3.8.7? -- Michael Quinlan mquin...@gmail.com ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqli

Re: [sqlite] System.Data.Sqlite NuGet

2013-04-11 Thread Joe Mistachkin
Baruch Burstein wrote: > > I installed System.Data.Sqlite from via NuGet, but I don't see it in the > options for creating a new database (server explorer or whatever it is > called). I am using VS2010 Ultimate. > Am I doing something wrong? > The NuGet packages for System.Data.SQLite do not inc

[sqlite] System.Data.Sqlite NuGet

2013-04-11 Thread Baruch Burstein
I installed System.Data.Sqlite from via NuGet, but I don't see it in the options for creating a new database (server explorer or whatever it is called). I am using VS2010 Ultimate. Am I doing something wrong? -- ˙uʍop-ǝpısdn sı ɹoʇıuoɯ ɹnoʎ 'sıɥʇ pɐǝɹ uɐɔ noʎ ɟı __

Re: [sqlite] System.Data.SQLite [nuGet] 1.0.82.0 dll issue

2012-10-16 Thread Bernhard Mogens Ege
te.org] On Behalf Of Joe Mistachkin Sent: 16. oktober 2012 16:05 To: 'General Discussion of SQLite Database' Subject: Re: [sqlite] System.Data.SQLite [nuGet] 1.0.82.0 dll issue Bernhard Mogens Ege wrote: > > When building a setup project, the interop dll files are not included &g

Re: [sqlite] System.Data.SQLite [nuGet] 1.0.82.0 dll issue

2012-10-16 Thread Joe Mistachkin
Bernhard Mogens Ege wrote: > > When building a setup project, the interop dll files are not included and > hence the program will not work when installed. Only the > System.Data.SQLite[.Linq].dll assemblies are included in the setup project. > My answer to this is largely "I don't know" as I h

[sqlite] System.Data.SQLite [nuGet] 1.0.82.0 dll issue

2012-10-16 Thread Bernhard Mogens Ege
Hi, Now that 1.0.82.0 is available as a nuget package, I tried to use it. I added the x32/x64 package and this completed without problems. It added the references and a x32 and x64 folder, each with SQLite.Interop.dll files. My problem: When building a setup project, the intero