Re: [sqlite] Building with sqlite in C#

2014-06-29 Thread Joseph L. Casale
> The recommended way to handle this is by using the NuGet package, e.g.:
>
>   https://www.nuget.org/packages/System.Data.SQLite/

Much appreciated Joe,
jlc
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Building with sqlite in C#

2014-06-29 Thread Joe Mistachkin

Joseph L. Casale wrote:
>
> I am new to C# and am building an x64 console app, visual studio copies
the
> System.Data.SQLite.dll to the build directory as its added to as a
reference
> so how do people routinely manage the interop dll in projects? Is there an
> automated way to get it copied to the build directory when setting up a
project?
> 

The recommended way to handle this is by using the NuGet package, e.g.:

https://www.nuget.org/packages/System.Data.SQLite/

--
Joe Mistachkin

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] Building with sqlite in C#

2014-06-29 Thread Joseph L. Casale
I am new to C# and am building an x64 console app, visual studio copies the
System.Data.SQLite.dll to the build directory as its added to as a reference
so how do people routinely manage the interop dll in projects? Is there an
automated way to get it copied to the build directory when setting up a project?

Thanks!
jlc
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users