Re: [sqlite] Critical issue

2011-07-02 Thread Cyrille
A quick message to confirm that you method to re-compile SQLite.NET using the static CRT library (/MT) has worked perfectly and has been possible using Visual C++ 2010 Express. Thanks a lot! Le 23/06/2011 18:38, Random Coder a écrit : > On Thu, Jun 23, 2011 at 9:27 AM,

Re: [sqlite] Critical issue

2011-06-23 Thread Cyrille
I am currently making a testing with the C++ Express version. I thought it was not possible to use it because it just allow the access to the project "SQLite.Interop.2010" of the solution. However, I tried to compile applyng the settings you described. I am going to make some test and I will

Re: [sqlite] Critical issue

2011-06-23 Thread Random Coder
On Thu, Jun 23, 2011 at 9:27 AM, Cyrille wrote: > Thank you for these guidelines. Unfortunately, it seems that Visual > Studio is necessary and I just have the Express version. Do you confirm > that with the Express version, rebuilding is not possible? Sorry, I'd think Visual

Re: [sqlite] Critical issue

2011-06-23 Thread Cyrille
Thank you for these guidelines. Unfortunately, it seems that Visual Studio is necessary and I just have the Express version. Do you confirm that with the Express version, rebuilding is not possible? Best regards, Cyrille Le 23/06/2011 17:55, Random Coder a écrit : > On Wed, Jun 22, 2011 at

Re: [sqlite] Critical issue

2011-06-23 Thread Random Coder
On Wed, Jun 22, 2011 at 10:48 PM, Cyrille wrote: >> Alternatively, you could recompile SQLite.Interop.dll to use the >> static CRT library (/MT). > Could you please let me know how to proceed to do this? Download the source from

Re: [sqlite] Critical issue

2011-06-22 Thread Cyrille
> Alternatively, you could recompile SQLite.Interop.dll to use the > static CRT library (/MT). Could you please let me know how to proceed to do this? Thanks again, Regards, Cyrille Le 22/06/2011 21:48, Random Coder a écrit : > On Wed, Jun 22, 2011 at 10:57 AM, Cyrille

Re: [sqlite] Critical issue

2011-06-22 Thread Random Coder
On Wed, Jun 22, 2011 at 1:11 PM, Cyrille wrote: > I confirm also that my project was set to "anycpu". If I change the > setting to "x86", is the VS 2010 C++ Redistributable package still > necessary? Yes. ___ sqlite-users mailing

Re: [sqlite] Critical issue

2011-06-22 Thread Cyrille
Thank you so much to all of you for your feedback. One of my users just informed me that he solved the issue by installing indeed the VS 2010 C++ Redistributable package. I confirm also that my project was set to "anycpu". If I change the setting to "x86", is the VS 2010 C++ Redistributable

Re: [sqlite] Critical issue

2011-06-22 Thread J Decker
And the ieshims or whatever that doesn't show up in dependancy walker is standard behavior for any C# application. On Wed, Jun 22, 2011 at 12:55 PM, J Decker wrote: > This is actually probably a very simple problem.  sqlite.net library > is built as x86.  Your project is

Re: [sqlite] Critical issue

2011-06-22 Thread J Decker
This is actually probably a very simple problem. sqlite.net library is built as x86. Your project is probably built as 'anycpu' instead of 'x86' which allows it to try and run as x64 as appropriate, but it won't be able to use the x86 sqlite.net library. On Sat, Jun 18, 2011 at 5:47 AM, Cyrille

Re: [sqlite] Critical issue

2011-06-22 Thread Random Coder
On Wed, Jun 22, 2011 at 10:57 AM, Cyrille wrote: > As you said, I have been surprised by the result. One of my users copied > the missing DLL indicated by Depends (IEShims.dll) to the application > folder and Depends indicates now another missing DLL: ieframe.dll which > seems

Re: [sqlite] Critical issue

2011-06-22 Thread Cyrille
cular function. > > -Original Message- > From: sqlite-users-boun...@sqlite.org > [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Cyrille > Sent: Monday, June 20, 2011 2:20 PM > To: General Discussion of SQLite Database > Subject: Re: [sqlite] Critical issue >

Re: [sqlite] Critical issue

2011-06-21 Thread Michael Stephenson
2:20 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] Critical issue Dear Michael, Thank you very much. I am currently working with my users to make some testing following your advice. It seems that so far, the users encountering the bug has IE 8 installed. However, I have

Re: [sqlite] Critical issue

2011-06-21 Thread Cyrille
lite-users-boun...@sqlite.org] On Behalf Of Cyrille Sent: Sunday, June 19, 2011 1:56 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] Critical issue Dear Michael, Thanks for your message. I am going to ask my users for their IE version to see if there is a link with the issue

Re: [sqlite] Critical issue

2011-06-19 Thread Michael Stephenson
. -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Cyrille Sent: Sunday, June 19, 2011 1:56 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] Critical issue Dear Michael, Thanks for your message. I am going to ask my users

Re: [sqlite] Critical issue

2011-06-19 Thread Cyrille
g the problem. > > -Original Message- > From: sqlite-users-boun...@sqlite.org > [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Cyrille > Sent: Saturday, June 18, 2011 11:36 AM > To: General Discussion of SQLite Database > Subject: Re: [sqlite] Critical issue &g

Re: [sqlite] Critical issue

2011-06-19 Thread Cyrille
n Systems > > Advanced Analytics Directorate > > > > > From: sqlite-users-boun...@sqlite.org [sqlite-users-boun...@sqlite.org] on > behalf of Michael Stephenson [domehead...@gmail.com] > Sent: Saturday, June 18, 2011 10:20 PM > To: 'Genera

Re: [sqlite] Critical issue

2011-06-19 Thread Black, Michael (IS)
_ From: sqlite-users-boun...@sqlite.org [sqlite-users-boun...@sqlite.org] on behalf of Michael Stephenson [domehead...@gmail.com] Sent: Saturday, June 18, 2011 10:20 PM To: 'General Discussion of SQLite Database' Subject: EXT :Re: [sqlite] Critical issue If the IE folder is not on the path, yes

Re: [sqlite] Critical issue

2011-06-18 Thread Michael Stephenson
the problem. -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Cyrille Sent: Saturday, June 18, 2011 11:36 AM To: General Discussion of SQLite Database Subject: Re: [sqlite] Critical issue It seems that I have been too quickly

Re: [sqlite] Critical issue

2011-06-18 Thread Cyrille
> From: sqlite-users-boun...@sqlite.org [sqlite-users-boun...@sqlite.org] on > behalf of beell [be...@web.de] > Sent: Saturday, June 18, 2011 8:37 AM > To: sqlite-users@sqlite.org > Subject: EXT :Re: [sqlite] Critical issue > > Am 18.06.2011 14:47, schrieb Cyrill

Re: [sqlite] Critical issue

2011-06-18 Thread Cyrille
Dear Beell and Michael, Thank you very much for your respective answers. I am checking but I am pretty sure that users who experience this issue are using my application with windows 64 bits and I made my project only with... 32 bits DLLs of SQLite.NET. Thus, now my next question is: each

Re: [sqlite] Critical issue

2011-06-18 Thread Black, Michael (IS)
_ From: sqlite-users-boun...@sqlite.org [sqlite-users-boun...@sqlite.org] on behalf of beell [be...@web.de] Sent: Saturday, June 18, 2011 8:37 AM To: sqlite-users@sqlite.org Subject: EXT :Re: [sqlite] Critical issue Am 18.06.2011 14:47, schrieb Cyrille: > Dear all, > > Since I am us

Re: [sqlite] Critical issue

2011-06-18 Thread Black, Michael (IS)
From: sqlite-users-boun...@sqlite.org [sqlite-users-boun...@sqlite.org] on behalf of beell [be...@web.de] Sent: Saturday, June 18, 2011 8:37 AM To: sqlite-users@sqlite.org Subject: EXT :Re: [sqlite] Critical issue Am 18.06.2011 14:47, schrieb Cyrille: > Dear all, > > Since I am using the ne

Re: [sqlite] Critical issue

2011-06-18 Thread beell
Am 18.06.2011 14:47, schrieb Cyrille: > Dear all, > > Since I am using the new version of SQLite.NET, some of my users have > the following error when launching my application: > > System.DllNotFoundException: Impossible de charger la DLL > 'SQLite.Interop.DLL': Le module spécifié est introuvable.

[sqlite] Critical issue

2011-06-18 Thread Cyrille
Dear all, Since I am using the new version of SQLite.NET, some of my users have the following error when launching my application: System.DllNotFoundException: Impossible de charger la DLL 'SQLite.Interop.DLL': Le module spécifié est introuvable. (Exception de HRESULT : 0x8007007E) à