Thanks for the answer. At least now I know why.

I have already written all the P/Invoke code. It's written, tested, working
fine, using the sqlite3.dll size 658,797. Having the header and EXE is
convenient too, in a development context.

I was able to install the package you suggest, but there is nothing in it
that looks like the DLL I've been using. If it's a drop-in replacement then
I'd happily go with it, but if it means rewriting low level code, I'd rather
not. I checked the documentation, and they really look rather different. 

Regards
David M Bennett FACS

Andl - A New Database Language - andl.org



-----Original Message-----
From: sqlite-users-boun...@mailinglists.sqlite.org
[mailto:sqlite-users-bounces at mailinglists.sqlite.org] On Behalf Of Joe
Mistachkin
Sent: Thursday, 18 February 2016 12:27 PM
To: 'SQLite mailing list' <sqlite-users at mailinglists.sqlite.org>
Subject: Re: [sqlite] NuGet problem


David M Bennett wrote:
> 
> "Could not install package 'sqlite.redist 3.8.4.2'. You are trying to 
> install this package into a project that targets 
> '.NETFramework,Version=v4.5', but the package does not contain any
assembly
> references or content files that are compatible with that framework. 
> For more information, contact the package author."
> 

That package still needs to be updated to deal with the NuGet 3.0 changes
for packages containing native binaries.  In the meantime, is it possible
for you to use the System.Data.SQLite.Core package to obtain the
"SQLite.Interop.dll"
files and P/Invoke against those?

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
sqlite-users at mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to