Re: [sqlite] FW: Problem with SQLite when deployed.
Richard, Thanks very much. That now works with the latest version of SQLite. I had to include the Microsoft Visual C++ 2010 Redistributable package. Brilliant! Peter Walburn Software Engineer E-mail: peter.walb...@omega-data.com Units 44-46 Howe Moss Avenue, Kirkhill Industrial Estate, Dyce, Aberdeen AB21 0GP Tel: +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 Richard Sent: 28 May 2012 19:54 To: 'General Discussion of SQLite Database' Subject: 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 your problem then you can either try one of the SQLite statically linked packages (for example: sqlite-netFx40-static-binary-bundle-Win32-2010-1.0.81.0.zip) or you can install the VC runtime on each target PC (http://www.microsoft.com/en-us/download/details.aspx?id=) I must admit, I thought that SQLite was self-contained and had no dependencies, but that'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 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. Installing the application (using the same install routine) on a 64-bit operating system does work fine. This makes me think that there is something I am doing wrong and maybe the 32 and 64-bit DLLs are getting mixed up. Peter Walburn Software Engineer E-mail: peter.walb...@omega-data.com Units 44-46 Howe Moss Avenue, Kirkhill Industrial Estate, Dyce, Aberdeen AB21 0GP Tel: +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 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 it seems that the SQLite.Interop.dll file that I have copied to the 32-bit operating system is the 64-bit version. I think it will work if I make sure that the 32-bit versions of the DLLs are included in my install program. Will the 32-bit versions work on 64-bit operating systems too? Peter Walburn Software Engineer E-mail: peter.walb...@omega-data.com Units 44-46 Howe Moss Avenue, Kirkhill Industrial Estate, Dyce, Aberdeen AB21 0GP Tel: +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: Problem with SQLite when deployed. 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 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 development on an 64-Bit Windows 7 operating system. > I use Installshield 2010 Express to create an installation for the > application. The application works ok on the Windows 7 PC, but when > installed on a different PC (or on a Virtual Client PC using VMWare), > I always receive a message such as: > > Unhandled exception has occurred in your application. If you click > Continue, the application will ignore this error and attempt to > continue. If you click Quit, the application will close immediately. > > Unable to load DLL 'SQLite.Interop.dll': The specified module could > not be found. (Exception from HRESULT: 0x8007007e). > > I have tried to post this email about 5 times and it is always > returned > saying: "The message's content type was not explicitly allowed." > > > > Peter Walburn > Software Engineer > E-mail: peter.walb...@omega-data.com > Units 44-46 Howe Moss Avenue, Kirkhill Industrial Estate, Dyce, > Aberdeen > AB21 0GP > Tel: +44 (0)1224 772763 > Fax: +44 (0)1224 772783 > www.omega-data.com > > > > > > This is an email from Omega D
Re: [sqlite] FW: Problem with SQLite when deployed.
On Friday, my when I ran the install routine and everything was installed on my 32-bit OS, it did not work properly. Then I manually copied the SQLite.Interop.dll over to the 32-bit OS, and it worked. However, when I included this file in the install program it did not work. Now I am unable to get it to work at all. I have, however, reverted to an older version of SQLite (v2.0.50727) and if I include the following text: in the .Config file, then everything works. So I think that I am going to stick with this at the moment since it works. Peter Walburn Software Engineer E-mail: peter.walb...@omega-data.com Units 44-46 Howe Moss Avenue, Kirkhill Industrial Estate, Dyce, Aberdeen AB21 0GP Tel: +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: 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 7:36 AM, Peter Walburn wrote: > Okay, I've tried everything I can think of to get this to work. I've > been at it for 4 days now!! > > I know that it is possible, because it did run on the 32-bit XP system > that I was running my installation on - that's when I copied the > 32-bit SQLite.Interop.dll from the 64-bit OS to the 32-bit OS. Then I > rebuilt the install routine to use this file, but it has not worked > since. I have absolutely no idea what to try next. > > Is there a similar program to SQLite that I might be able to use in C#? > > > > Peter Walburn > Software Engineer > E-mail: peter.walb...@omega-data.com > Units 44-46 Howe Moss Avenue, Kirkhill Industrial Estate, Dyce, > Aberdeen AB21 0GP > Tel: +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 Peter Walburn > Sent: 28 May 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. Installing the application > (using the same install routine) on a 64-bit operating system does work fine. > This makes me think that there is something I am doing wrong and > maybe the > 32 and 64-bit DLLs are getting mixed up. > > > > Peter Walburn > Software Engineer > E-mail: peter.walb...@omega-data.com > Units 44-46 Howe Moss Avenue, Kirkhill Industrial Estate, Dyce, > Aberdeen > AB21 0GP > Tel: +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 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 it seems that the > SQLite.Interop.dll file that I have copied to the 32-bit operating > system is the 64-bit version. I think it will work if I make sure > that the 32-bit versions of the DLLs are included in my install > program. Will the 32-bit versions work on 64-bit operating systems too? > > > > Peter Walburn > Software Engineer > E-mail: peter.walb...@omega-data.com > Units 44-46 Howe Moss Avenue, Kirkhill Industrial Estate, Dyce, > Aberdeen > AB21 0GP > Tel: +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: Problem with SQLite when deployed. > > 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 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. &g
Re: [sqlite] FW: Problem with SQLite when deployed.
Okay, I've tried everything I can think of to get this to work. I've been at it for 4 days now!! I know that it is possible, because it did run on the 32-bit XP system that I was running my installation on - that's when I copied the 32-bit SQLite.Interop.dll from the 64-bit OS to the 32-bit OS. Then I rebuilt the install routine to use this file, but it has not worked since. I have absolutely no idea what to try next. Is there a similar program to SQLite that I might be able to use in C#? Peter Walburn Software Engineer E-mail: peter.walb...@omega-data.com Units 44-46 Howe Moss Avenue, Kirkhill Industrial Estate, Dyce, Aberdeen AB21 0GP Tel: +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 Peter Walburn Sent: 28 May 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. Installing the application (using the same install routine) on a 64-bit operating system does work fine. This makes me think that there is something I am doing wrong and maybe the 32 and 64-bit DLLs are getting mixed up. Peter Walburn Software Engineer E-mail: peter.walb...@omega-data.com Units 44-46 Howe Moss Avenue, Kirkhill Industrial Estate, Dyce, Aberdeen AB21 0GP Tel: +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 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 it seems that the SQLite.Interop.dll file that I have copied to the 32-bit operating system is the 64-bit version. I think it will work if I make sure that the 32-bit versions of the DLLs are included in my install program. Will the 32-bit versions work on 64-bit operating systems too? Peter Walburn Software Engineer E-mail: peter.walb...@omega-data.com Units 44-46 Howe Moss Avenue, Kirkhill Industrial Estate, Dyce, Aberdeen AB21 0GP Tel: +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: Problem with SQLite when deployed. 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 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 development on an 64-Bit Windows 7 operating system. > I use Installshield 2010 Express to create an installation for the > application. The application works ok on the Windows 7 PC, but when > installed on a different PC (or on a Virtual Client PC using VMWare), > I always receive a message such as: > > Unhandled exception has occurred in your application. If you click > Continue, the application will ignore this error and attempt to > continue. If you click Quit, the application will close immediately. > > Unable to load DLL 'SQLite.Interop.dll': The specified module could > not be found. (Exception from HRESULT: 0x8007007e). > > I have tried to post this email about 5 times and it is always > returned > saying: "The message's content type was not explicitly allowed." > > > > Peter Walburn > Software Engineer > E-mail: peter.walb...@omega-data.com > Units 44-46 Howe Moss Avenue, Kirkhill Industrial Estate, Dyce, > Aberdeen > AB21 0GP > Tel: +44 (0)1224 772763 > Fax: +44 (0)1224 772783 > www.omega-data.com > > > > > > This is an email from Omega Data Services Ltd, a company registered in > Edinburgh, Scotland, with company number SC192323. Registered Office: > Maclay Murray & Spens, 66 Queens Road, Aberdeen, AB15 4YE. Tel: > 01224-356130. Website: www.omega-data.com <http://www.omega-data.com/>. > This email and any files transmitted are confidential and intended > solely for the individual or entity to whom they are addressed. Any > views or opinions expressed or presented are those of the author(s) > and may not
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. Installing the application (using the same install routine) on a 64-bit operating system does work fine. This makes me think that there is something I am doing wrong and maybe the 32 and 64-bit DLLs are getting mixed up. Peter Walburn Software Engineer E-mail: peter.walb...@omega-data.com Units 44-46 Howe Moss Avenue, Kirkhill Industrial Estate, Dyce, Aberdeen AB21 0GP Tel: +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 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 it seems that the SQLite.Interop.dll file that I have copied to the 32-bit operating system is the 64-bit version. I think it will work if I make sure that the 32-bit versions of the DLLs are included in my install program. Will the 32-bit versions work on 64-bit operating systems too? Peter Walburn Software Engineer E-mail: peter.walb...@omega-data.com Units 44-46 Howe Moss Avenue, Kirkhill Industrial Estate, Dyce, Aberdeen AB21 0GP Tel: +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: Problem with SQLite when deployed. 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 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 development on an 64-Bit Windows 7 operating system. > I use Installshield 2010 Express to create an installation for the > application. The application works ok on the Windows 7 PC, but when > installed on a different PC (or on a Virtual Client PC using VMWare), > I always receive a message such as: > > Unhandled exception has occurred in your application. If you click > Continue, the application will ignore this error and attempt to > continue. If you click Quit, the application will close immediately. > > Unable to load DLL 'SQLite.Interop.dll': The specified module could > not be found. (Exception from HRESULT: 0x8007007e). > > I have tried to post this email about 5 times and it is always > returned > saying: "The message's content type was not explicitly allowed." > > > > Peter Walburn > Software Engineer > E-mail: peter.walb...@omega-data.com > Units 44-46 Howe Moss Avenue, Kirkhill Industrial Estate, Dyce, > Aberdeen > AB21 0GP > Tel: +44 (0)1224 772763 > Fax: +44 (0)1224 772783 > www.omega-data.com > > > > > > This is an email from Omega Data Services Ltd, a company registered in > Edinburgh, Scotland, with company number SC192323. Registered Office: > Maclay Murray & Spens, 66 Queens Road, Aberdeen, AB15 4YE. Tel: > 01224-356130. Website: www.omega-data.com <http://www.omega-data.com/>. > This email and any files transmitted are confidential and intended > solely for the individual or entity to whom they are addressed. Any > views or opinions expressed or presented are those of the author(s) > and may not necessarily represent those of the company and no > representation is given nor liability accepted for the accuracy or > completeness of any information contained in this email unless > expressly stated to the contrary. If you are not the intended > recipient or have received this email in error, you may not use, > disseminate, forward, print or copy it, but please notify the sender > that you have received it in error and remove the message from your system > immediately. > Whilst we have taken reasonable precautions to ensure that this email > and any attachments have been checked for viruses, we cannot guarantee > that they are virus free, and we cannot accept liability for any > damage sustained as a result of software viruses. We would advise that > you carry out your own virus checks, especially before opening an > attachment. > > ___ > sqlite-users mailing list > sqlite-users@sqlit
Re: [sqlite] FW: Problem with SQLite when deployed.
I've just been trying some other things and it seems that the SQLite.Interop.dll file that I have copied to the 32-bit operating system is the 64-bit version. I think it will work if I make sure that the 32-bit versions of the DLLs are included in my install program. Will the 32-bit versions work on 64-bit operating systems too? Peter Walburn Software Engineer E-mail: peter.walb...@omega-data.com Units 44-46 Howe Moss Avenue, Kirkhill Industrial Estate, Dyce, Aberdeen AB21 0GP Tel: +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: Problem with SQLite when deployed. 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 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 development on an 64-Bit Windows 7 operating system. > I use Installshield 2010 Express to create an installation for the > application. The application works ok on the Windows 7 PC, but when > installed on a different PC (or on a Virtual Client PC using VMWare), > I always receive a message such as: > > Unhandled exception has occurred in your application. If you click > Continue, the application will ignore this error and attempt to > continue. If you click Quit, the application will close immediately. > > Unable to load DLL 'SQLite.Interop.dll': The specified module could > not be found. (Exception from HRESULT: 0x8007007e). > > I have tried to post this email about 5 times and it is always > returned > saying: "The message's content type was not explicitly allowed." > > > > Peter Walburn > Software Engineer > E-mail: peter.walb...@omega-data.com > Units 44-46 Howe Moss Avenue, Kirkhill Industrial Estate, Dyce, > Aberdeen > AB21 0GP > Tel: +44 (0)1224 772763 > Fax: +44 (0)1224 772783 > www.omega-data.com > > > > > > This is an email from Omega Data Services Ltd, a company registered in > Edinburgh, Scotland, with company number SC192323. Registered Office: > Maclay Murray & Spens, 66 Queens Road, Aberdeen, AB15 4YE. Tel: > 01224-356130. Website: www.omega-data.com <http://www.omega-data.com/>. > This email and any files transmitted are confidential and intended > solely for the individual or entity to whom they are addressed. Any > views or opinions expressed or presented are those of the author(s) > and may not necessarily represent those of the company and no > representation is given nor liability accepted for the accuracy or > completeness of any information contained in this email unless > expressly stated to the contrary. If you are not the intended > recipient or have received this email in error, you may not use, > disseminate, forward, print or copy it, but please notify the sender > that you have received it in error and remove the message from your system > immediately. > Whilst we have taken reasonable precautions to ensure that this email > and any attachments have been checked for viruses, we cannot guarantee > that they are virus free, and we cannot accept liability for any > damage sustained as a result of software viruses. We would advise that > you carry out your own virus checks, especially before opening an > attachment. > > ___ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- VerifEye Technologies Inc. 905-948-0015x245 151 Whitehall Dr, Unit 2 Markham ON, L3R 9T1 Canada ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users -- This message has been scanned for viruses and dangerous content by Converged, and is believed to be clean. ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
Re: [sqlite] FW: Problem with SQLite when deployed.
Adam SQLite.Interop.dll is in the same directory as the application being run. But it probably isn't in the PC's search path. Peter Walburn Software Engineer E-mail: peter.walb...@omega-data.com Units 44-46 Howe Moss Avenue, Kirkhill Industrial Estate, Dyce, Aberdeen AB21 0GP Tel: +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: Problem with SQLite when deployed. 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 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 development on an 64-Bit Windows 7 operating system. > I use Installshield 2010 Express to create an installation for the > application. The application works ok on the Windows 7 PC, but when > installed on a different PC (or on a Virtual Client PC using VMWare), > I always receive a message such as: > > Unhandled exception has occurred in your application. If you click > Continue, the application will ignore this error and attempt to > continue. If you click Quit, the application will close immediately. > > Unable to load DLL 'SQLite.Interop.dll': The specified module could > not be found. (Exception from HRESULT: 0x8007007e). > > I have tried to post this email about 5 times and it is always > returned > saying: "The message's content type was not explicitly allowed." > > > > Peter Walburn > Software Engineer > E-mail: peter.walb...@omega-data.com > Units 44-46 Howe Moss Avenue, Kirkhill Industrial Estate, Dyce, > Aberdeen > AB21 0GP > Tel: +44 (0)1224 772763 > Fax: +44 (0)1224 772783 > www.omega-data.com > > > > > > This is an email from Omega Data Services Ltd, a company registered in > Edinburgh, Scotland, with company number SC192323. Registered Office: > Maclay Murray & Spens, 66 Queens Road, Aberdeen, AB15 4YE. Tel: > 01224-356130. Website: www.omega-data.com <http://www.omega-data.com/>. > This email and any files transmitted are confidential and intended > solely for the individual or entity to whom they are addressed. Any > views or opinions expressed or presented are those of the author(s) > and may not necessarily represent those of the company and no > representation is given nor liability accepted for the accuracy or > completeness of any information contained in this email unless > expressly stated to the contrary. If you are not the intended > recipient or have received this email in error, you may not use, > disseminate, forward, print or copy it, but please notify the sender > that you have received it in error and remove the message from your system > immediately. > Whilst we have taken reasonable precautions to ensure that this email > and any attachments have been checked for viruses, we cannot guarantee > that they are virus free, and we cannot accept liability for any > damage sustained as a result of software viruses. We would advise that > you carry out your own virus checks, especially before opening an > attachment. > > ___ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- VerifEye Technologies Inc. 905-948-0015x245 151 Whitehall Dr, Unit 2 Markham ON, L3R 9T1 Canada ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users -- This message has been scanned for viruses and dangerous content by Converged, and is believed to be clean. ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
[sqlite] FW: Problem with SQLite when deployed.
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 development on an 64-Bit Windows 7 operating system. I use Installshield 2010 Express to create an installation for the application. The application works ok on the Windows 7 PC, but when installed on a different PC (or on a Virtual Client PC using VMWare), I always receive a message such as: Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately. Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007e). I have tried to post this email about 5 times and it is always returned saying: "The message's content type was not explicitly allowed." Peter Walburn Software Engineer E-mail: peter.walb...@omega-data.com Units 44-46 Howe Moss Avenue, Kirkhill Industrial Estate, Dyce, Aberdeen AB21 0GP Tel: +44 (0)1224 772763 Fax: +44 (0)1224 772783 www.omega-data.com This is an email from Omega Data Services Ltd, a company registered in Edinburgh, Scotland, with company number SC192323. Registered Office: Maclay Murray & Spens, 66 Queens Road, Aberdeen, AB15 4YE. Tel: 01224-356130. Website: www.omega-data.com <http://www.omega-data.com/>. This email and any files transmitted are confidential and intended solely for the individual or entity to whom they are addressed. Any views or opinions expressed or presented are those of the author(s) and may not necessarily represent those of the company and no representation is given nor liability accepted for the accuracy or completeness of any information contained in this email unless expressly stated to the contrary. If you are not the intended recipient or have received this email in error, you may not use, disseminate, forward, print or copy it, but please notify the sender that you have received it in error and remove the message from your system immediately. Whilst we have taken reasonable precautions to ensure that this email and any attachments have been checked for viruses, we cannot guarantee that they are virus free, and we cannot accept liability for any damage sustained as a result of software viruses. We would advise that you carry out your own virus checks, especially before opening an attachment. ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
[sqlite] Problem with SQLite when deployed.
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 development on an 64-Bit Windows 7 operating system. I use Installshield 2010 Express to create an installation for the application. The application works ok on the Windows 7 PC, but when installed on a different PC (or on a Virtual Client PC using VMWare), I always receive a message such as: Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately. Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007e). I have tried to post this email about 5 times and it is always returned saying: "The message's content type was not explicitly allowed." Peter Walburn Software Engineer E-mail: peter.walb...@omega-data.com Units 44-46 Howe Moss Avenue, Kirkhill Industrial Estate, Dyce, Aberdeen AB21 0GP Tel: +44 (0)1224 772763 Fax: +44 (0)1224 772783 www.omega-data.com This is an email from Omega Data Services Ltd, a company registered in Edinburgh, Scotland, with company number SC192323. Registered Office: Maclay Murray & Spens, 66 Queens Road, Aberdeen, AB15 4YE. Tel: 01224-356130. Website: www.omega-data.com <http://www.omega-data.com/>. This email and any files transmitted are confidential and intended solely for the individual or entity to whom they are addressed. Any views or opinions expressed or presented are those of the author(s) and may not necessarily represent those of the company and no representation is given nor liability accepted for the accuracy or completeness of any information contained in this email unless expressly stated to the contrary. If you are not the intended recipient or have received this email in error, you may not use, disseminate, forward, print or copy it, but please notify the sender that you have received it in error and remove the message from your system immediately. Whilst we have taken reasonable precautions to ensure that this email and any attachments have been checked for viruses, we cannot guarantee that they are virus free, and we cannot accept liability for any damage sustained as a result of software viruses. We would advise that you carry out your own virus checks, especially before opening an attachment. ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users