Re: [sqlite] FW: Problem with SQLite when deployed.

2012-05-29 Thread Peter Walburn
ubject: Re: [sqlite] FW: Problem with SQLite when deployed. Peter, I'm not sure if this will help but I had exactly the same error but only on some Vista and XP installations. After much research I found that VC 2010 runtime support was missing from these PCs. If this is the same as you

Re: [sqlite] FW: Problem with SQLite when deployed.

2012-05-28 Thread Richard
;s another story. Best wishes Richard -Original Message- From: Peter Walburn [mailto:peter.walb...@omega-data.com] Sent: 28 May 2012 11:13 AM To: General Discussion of SQLite Database Subject: Re: [sqlite] FW: Problem with SQLite when deployed. I thought that things were going to

Re: [sqlite] FW: Problem with SQLite when deployed.

2012-05-28 Thread Peter Walburn
] On Behalf Of Adam DeVita Sent: 28 May 2012 14:13 To: General Discussion of SQLite Database Subject: Re: [sqlite] FW: Problem with SQLite when deployed. Are you saying that you can manually place the dlls and exes on different computers and have it work? regards, Adam On Mon, May 28, 2012 at

Re: [sqlite] FW: Problem with SQLite when deployed.

2012-05-28 Thread Adam DeVita
sers-boun...@sqlite.org [mailto: > sqlite-users-boun...@sqlite.org] On Behalf Of Peter Walburn > Sent: 25 May 2012 16:48 > To: General Discussion of SQLite Database > Subject: Re: [sqlite] FW: Problem with SQLite when deployed. > > I've just been trying some other things and i

Re: [sqlite] FW: Problem with SQLite when deployed.

2012-05-28 Thread Peter Walburn
y 2012 10:13 To: General Discussion of SQLite Database Subject: Re: [sqlite] FW: Problem with SQLite when deployed. I thought that things were going to work ok on Friday, but now that my Install routine copies the 32-bit DLL files onto the 32-bit operating system, I am receiving the same errors.

Re: [sqlite] FW: Problem with SQLite when deployed.

2012-05-28 Thread Peter Walburn
(0)1224 772783 www.omega-data.com -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Peter Walburn Sent: 25 May 2012 16:48 To: General Discussion of SQLite Database Subject: Re: [sqlite] FW: Problem with SQLite when deployed

Re: [sqlite] FW: Problem with SQLite when deployed.

2012-05-25 Thread Random Coder
On Fri, May 25, 2012 at 9:40 AM, Pavel Ivanov wrote: > Except that 64-bit executable cannot load 32-bit DLL and vice versa. > I'm not sure how this rule is applied to managed executables and DLLs > loading unmanaged DLLs. On a 64-bit machine managed executables run as 64-bit assemblies (and thus

Re: [sqlite] FW: Problem with SQLite when deployed.

2012-05-25 Thread Pavel Ivanov
ww.omega-data.com >> >> >> >> >> -Original Message- >> From: sqlite-users-boun...@sqlite.org [mailto: >> sqlite-users-boun...@sqlite.org] On Behalf Of Adam DeVita >> Sent: 25 May 2012 16:37 >> To: General Discussion of SQLite Database &g

Re: [sqlite] FW: Problem with SQLite when deployed.

2012-05-25 Thread Adam DeVita
)1224 772783 > www.omega-data.com > > > > > -Original Message- > From: sqlite-users-boun...@sqlite.org [mailto: > sqlite-users-boun...@sqlite.org] On Behalf Of Adam DeVita > Sent: 25 May 2012 16:37 > To: General Discussion of SQLite Database > Subject: Re: [

Re: [sqlite] FW: Problem with SQLite when deployed.

2012-05-25 Thread Peter Walburn
From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Adam DeVita Sent: 25 May 2012 16:37 To: General Discussion of SQLite Database Subject: Re: [sqlite] FW: Problem with SQLite when deployed. Simple thing first: Did you ensure that the SQLite.Interop.dll is i

Re: [sqlite] FW: Problem with SQLite when deployed.

2012-05-25 Thread Peter Walburn
el: +44 (0)1224 772763 Fax: +44 (0)1224 772783 www.omega-data.com -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Adam DeVita Sent: 25 May 2012 16:37 To: General Discussion of SQLite Database Subject: Re: [sqlite] FW: Pr

Re: [sqlite] FW: Problem with SQLite when deployed.

2012-05-25 Thread Adam DeVita
Simple thing first: Did you ensure that the SQLite.Interop.dll is in the path that the PC is searching? regards, Adam On Fri, May 25, 2012 at 10:57 AM, Peter Walburn < peter.walb...@omega-data.com> wrote: > Hi, > > I have an application written in C# .Net 4.0 Framework. I use SQLite > within

[sqlite] FW: Problem with SQLite when deployed.

2012-05-25 Thread Peter Walburn
Hi, I have an application written in C# .Net 4.0 Framework. I use SQLite within the application. I have recently updated from an older version of SQLite to the latest version as I have moved to .Net Framework 4.0 and I received error messages about Mixed Mode Frameworks. Anyway, I do the develo