[sqlite] [64bits server] The underlying provider failed on Open

2012-09-04 Thread jean . nkengtonye
Hello, I just try to move my application from a 32 bits server to a 64 bits server. After few tries, I've finally downloaded the 64 bits zip ( sqlite-netFx40-static-binary-bundle-x64-2010-1.0.81.0.zip) and deployed the 2 SQLite dlls. I've come to this error: The underlying provider failed

[sqlite] Problem with SQLite on client machine under .net framework 4 client profile

2012-08-17 Thread jean . nkengtonye
Hello, I'm trying to launch our application .exe on a client machine. We've rebuilt the project under .NET framework 4 client profile. I have this error on launch: "The specified store provider cannot be found in the configuration, or is not valid". Do you have an idea of what to do?

[sqlite] Réf. : Re: Make System.Data.SQLite 1.0.81.0 work with .NET 4.0. How?

2012-08-13 Thread jean . nkengtonye
I've managed to make it work. What I've done: - Uninstall SQLite provider for VS (both 3.5 and 4.0 versions were installed) - Download dlls for .NET 4.0 - Install SQLite provider for .net 4 and VS2010 sqlite-netFx40-setup-bundle-x86-2010-1.0.81.0.exe - Update my connection string in parent

[sqlite] Make System.Data.SQLite 1.0.81.0 work with .NET 4.0. How?

2012-08-11 Thread jean . nkengtonye
Hello, I bet somebody already managed to make this work. Unhappily I can't access archives. Here is my problem: I'm building a Console Application to load and fill one SQLite DB. We recently decided to switch the application to framework 4.0, from framework 3.5. I've downloaded and deployed