Drago, William @ MWG - NARDAEAST wrote:
>
> I solved this problem by deploying the "System.Data.SQLite.dll" mixed-mode
assembly to
> the GAC. I know this is not recommended, but it's the only thing that
works.
> 

It should be OK, the mixed-mode assembly is designed for these types of
cases, when an
application or environment cannot make use of app-local deployment for some
reason.

>
> My question now is, I used gacutil.exe instead of the installer that comes
with SQLite.
> Was that a mistake? Should I have used the installer? I hate running
installers unless
> I know exactly what they're going to do, that's why I'm asking.
> 

Using "gacutil" is fine.  That's more-or-less what the setup packages do.

--
Joe Mistachkin

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

Reply via email to