Agrawal, Manish wrote:
>
> 1. To confirm, if I want data source and other visual support, I MUST
INSTALL the
> setups on my development machine. It is not adequate to just copy the dll
files
> to the project.
>

Basically, yes.  Otherwise you would have to manually run the design-time
component
installer tool, which is not recommended.

>
> 2. If only the 32-bit setup files are useful, what is the use of the
64-bit setup
> files.
>

The 64-bit setups can do everything except install the design-time
components,
including putting 64-bit assemblies into the GAC.

>
> 3. If I install the setups on my dev machine, when I distribute the app,
is it
> required to include the dll files and add references to them within the
project? 
>

When you deploy your application, the only additional files would be
"System.Data.SQLite.dll" (appropriate to the target processor since the
mixed-mode
assembly does contain native code) and optionally
"System.Data.SQLite.Linq.dll"
(if you use the LINQ support).  Also, if and only if you use the separate
managed
and native assemblies, you would need to include "SQLite.Interop.dll"
(appropriate
to the target processor).

--
Joe Mistachkin

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

Reply via email to