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