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 wrote:
>> Than
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 co
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 C++ 2010 Express is
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 10:
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
http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wik
> 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 wrote:
>> As you said, I
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 list
sqlite-users@sqlit
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 pack
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 probably built as 'anycpu
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
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 to be again linked t
particular 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
2011 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 ha
[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 for their IE version to
see if there is a link with
.
-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
later are the
> ones having 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
nformation 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
__
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 n
later are the
ones having 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 seem
_
> 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 C
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 time
__
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
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
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.
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)
à Syste
25 matches
Mail list logo