Re: [sqlite] System.Data.SQLite fails to load

2014-02-28 Thread Drago, William @ MWG - NARDAEAST
nstalled it properly with gacutil. -Bill -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Joe Mistachkin Sent: Friday, February 28, 2014 10:24 AM To: 'General Discussion of SQLite Database' Subject: Re: [sqlite] Syste

Re: [sqlite] System.Data.SQLite fails to load

2014-02-28 Thread Joe Mistachkin
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

Re: [sqlite] System.Data.SQLite fails to load

2014-02-28 Thread Drago, William @ MWG - NARDAEAST
nesday, February 26, 2014 9:15 AM To: 'General Discussion of SQLite Database' Subject: Re: [sqlite] System.Data.SQLite fails to load You've sparked my curiosity, what is this VEE programming language? Is there a web site I can go to read more about it? -Original Message- Fr

Re: [sqlite] System.Data.SQLite fails to load

2014-02-26 Thread Simon Slavin
On 26 Feb 2014, at 2:15pm, Incongruous wrote: > You've sparked my curiosity, what is this VEE programming language? Hope this helps

Re: [sqlite] System.Data.SQLite fails to load

2014-02-26 Thread Incongruous
tem.Data.SQLite fails to load William Drago wrote: I am using System.Data.SQLite with a relatively uncommon language called VEE. This is an interpreted language that runs in a 32bit development/runtime environment. I've never heard of this language before; however, it sounds like it host

Re: [sqlite] System.Data.SQLite fails to load

2014-02-26 Thread William Drago
On 2/26/2014 5:50 AM, Simon Slavin wrote: On 26 Feb 2014, at 10:19am, William Drago wrote: VEE is a graphical programming language similar to NI LabView. Is this Agilent VEE ? If it's very like LabView then you shouldn't be using a .NET framework at all. The normal way to use SQLite is to

Re: [sqlite] System.Data.SQLite fails to load

2014-02-26 Thread Simon Slavin
On 26 Feb 2014, at 10:19am, William Drago wrote: > VEE is a graphical programming language similar to NI LabView. Is this Agilent VEE ? If it's very like LabView then you shouldn't be using a .NET framework at all. The normal way to use SQLite is to call SQLite API calls from C. You can c

Re: [sqlite] System.Data.SQLite fails to load

2014-02-26 Thread William Drago
On 2/25/2014 3:44 PM, Joe Mistachkin wrote: William Drago wrote: I am using System.Data.SQLite with a relatively uncommon language called VEE. This is an interpreted language that runs in a 32bit development/runtime environment. I've never heard of this language before; however, it sounds lik

Re: [sqlite] System.Data.SQLite fails to load

2014-02-25 Thread Joe Mistachkin
William Drago wrote: > > I am using System.Data.SQLite with a relatively uncommon > language called VEE. This is an interpreted language that > runs in a 32bit development/runtime environment. > I've never heard of this language before; however, it sounds like it hosts the CLR within its proce

[sqlite] System.Data.SQLite fails to load

2014-02-25 Thread William Drago
All, I am using System.Data.SQLite with a relatively uncommon language called VEE. This is an interpreted language that runs in a 32bit development/runtime environment. My application works fine when run on an internal or USB thumb drive. However, if I try running it from a network drive SQ