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

Reply via email to