[sqlite] 1.0.71.0 and VB 2008 Express Edition - SQLite.Interop.dll cannot be found

2011-04-30 Thread Cyrille
would like to continue updating the SQLite dll in my application. I thank you in advance for your kind support Regards, Cyrille ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] 1.0.71.0 and VB 2008 Express Edition - SQLite.Interop.dll cannot be found

2011-05-07 Thread Cyrille
Dear all, Sorry to send again my previous email (cf. below) but as I did not receive any answer, I am wondering if my question was stupid or if nobody could help me. Thank you very much in advance for your kind answers Regards, Cyrille Le 30/04/2011 19:59, Cyrille a écrit : > > De

Re: [sqlite] 1.0.71.0 and VB 2008 Express Edition - SQLite.Interop.dll cannot be found

2011-05-07 Thread Cyrille
Thank you so much. It works again perfectly now :) Regards, Cyrille Le 07/05/2011 09:53, Kevin Benson a écrit : > On Sat, May 7, 2011 at 3:12 AM, Cyrille<rssxpr...@free.fr> wrote: > >> Dear all, >> >> Sorry to send again my previous email (cf. below) but as I di

[sqlite] Cannot load SQLite.Interop.dll but file is in the folder

2011-05-29 Thread Cyrille
very well from my computers. Does somebody have some ideas about the possible cause? Thanks for your kind help. Regards, Cyrille ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Cannot load SQLite.Interop.dll but file is in the folder

2011-05-30 Thread Cyrille
but the user who experiences this problem is running my application under WIndows 7 32bit. Is there any possible link? Thanks again Cyrille Le 29/05/2011 20:33, Black, Michael (IS) a écrit : > Welcome to DLL hell...Microsoft keeps changing it... > > > > http://msdn.microsoft.co

Re: [sqlite] Cannot load SQLite.Interop.dll but file is in the folder

2011-06-07 Thread Cyrille
how to re-compile both DLLs? Sorry if my question is stupid :( Cyrille Le 31/05/2011 15:57, Pavel Ivanov a écrit : > I would ask one more question: do they have the same Windows and .NET > Framework version as you have? AFAIK, Windows and .NET specifically > are very picky on all dlls

Re: [sqlite] Cannot load SQLite.Interop.dll but file is in the folder

2011-06-08 Thread Cyrille
has been used to compile the "Precompiled Binaries For Windows" on the download page? Should I re-compile SQLite with the same framework than the one used for my application? Thanks for your support Cyrille Le 31/05/2011 15:57, Pavel Ivanov a écrit : > I would ask one more

[sqlite] How to re-compile both DLLs with a specific framework

2011-06-10 Thread Cyrille
ework 3.0). However, I have only the Express versions (not the studio one) and it seems that it is thus not possible for me to re-compile SQLite.NET. First question: am I right? Second question: how to re-compile then? Thank you very much for your support Regards, Cyrille Le 08/06/2011 15:46, Pa

[sqlite] How to re-compile both DLLs with a specific framework

2011-06-12 Thread Cyrille
ework 3.0). However, I have only the Express versions (not the studio one) and it seems that it is thus not possible for me to re-compile SQLite.NET. First question: am I right? Second question: how to re-compile then? Thank you very much for your support Regard

[sqlite] How to compile both DLLs with another .NET framework

2011-06-13 Thread Cyrille
ework 3.0). However, I have only the Express versions (not the studio one) and it seems that it is thus not possible for me to re-compile SQLite.NET. First question: am I right? Second question: how to re-compile then? Thank you very much for your support Regard

[sqlite] Critical issue

2011-06-18 Thread Cyrille
ards, Cyrille ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Critical issue

2011-06-18 Thread Cyrille
let me know and I will try to ask it differently :) Best regards, Cyrille Le 18/06/2011 15:37, beell a écrit : > 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 wh

Re: [sqlite] Critical issue

2011-06-18 Thread Cyrille
be in the IE folder so I do not think I have to copy it in my application folder. Right? Sorry if my questions are stupid but I cannot figure it out. Best regards, Cyrille Le 18/06/2011 15:50, Black, Michael (IS) a écrit : > Also...try dependency walker to ensure you have all the DLLs you n

Re: [sqlite] Critical issue

2011-06-19 Thread Cyrille
lker, I ran it on my computer but, now, it is coming to my minds that you should have make run it on the computer of one of my users who encounter the bug. Right? Thanks again for your support. Cyrille Le 19/06/2011 14:13, Black, Michael (IS) a écrit : > There's a number of articles

Re: [sqlite] Critical issue

2011-06-19 Thread Cyrille
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. Regards, Cyrille Le 19/06/2011 05:20, Michael Stephenson a écrit : > If the IE folder is not on the path, yes, you have to either copy it > somewhere on th

Re: [sqlite] Critical issue

2011-06-21 Thread Cyrille
sible to load the DLL '_SQLite.Interop.DLL_'"? (i.e. an error linked to a different DLL than the one mentioned by Depends) Thanks again very much :) Best regards, Cyrille Le 19/06/2011 20:10, Michael Stephenson a écrit : You might also ask them if their IE version is 32-bit or 64

Re: [sqlite] Critical issue

2011-06-22 Thread Cyrille
much again! :-) Best regards, Cyrille Le 22/06/2011 03:29, Michael Stephenson a écrit : > Hi Cyrille, > > You should probably use Dependency Walker on an end-user machine and profile > your app with it to see what module(s) it cannot load. > > Since your app is 32bit, you'll n

Re: [sqlite] Critical issue

2011-06-22 Thread Cyrille
C++ Redistributable package still necessary? Thanks again! Regards, Cyrille Le 22/06/2011 21:56, J Decker a écrit : > 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

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<rssxpr...@fre

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 Cyrille
est and I will come back in few days to share the results. Again, thanks for your support Regards, Cyrille Le 23/06/2011 18:38, Random Coder a écrit : > On Thu, Jun 23, 2011 at 9:27 AM, Cyrille<rssxpr...@free.fr> wrote: >> Thank you for these guidelines. Unfortunately, it se

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, Cyrille<