Re: [sqlite] [SQLite.ADO.Net] Upgrading XP to SQLite version?

2013-03-01 Thread Gilles Ganault
On Fri, 01 Mar 2013 18:08:43 +0100, Bernd Lehmkuhl wrote: >I asked Joe Mistachkin a while back the same. Here's what he replied: > >Am 21.09.2012 00:35, schrieb Joe Mistachkin: >> Bernd wrote: >>> >>> Could you elaborate on why I should avoid doing as I do at the moment? >>> >> >>

Re: [sqlite] [SQLite.ADO.Net] Upgrading XP to SQLite version?

2013-03-01 Thread Bernd Lehmkuhl
Am 27.02.2013 15:28, schrieb Gilles Ganault: On Tue, 26 Feb 2013 19:45:27 -0500, Kevin Benson wrote: Right, but while the first DLL will be found since it's now part of the project (Project > Add Reference), the wiki doesn't say that this doesn't take care of the

Re: [sqlite] [SQLite.ADO.Net] Upgrading XP to SQLite version?

2013-02-27 Thread Gilles Ganault
On Tue, 26 Feb 2013 19:45:27 -0500, Kevin Benson wrote: >> Right, but while the first DLL will be found since it's now part of >> the project (Project > Add Reference), the wiki doesn't say that this >> doesn't take care of the other DLL.

Re: [sqlite] [SQLite.ADO.Net] Upgrading XP to SQLite version?

2013-02-26 Thread Gilles Ganault
On Tue, 26 Feb 2013 18:44:28 -0500, Kevin Benson wrote: >The directory doesn't *HAVE* to be called ...\Externals. You pick the name, >any name, and then tell Visual Studio, that is all ;-) Right, but while the first DLL will be found since it's now part of the project

Re: [sqlite] [SQLite.ADO.Net] Upgrading XP to SQLite version?

2013-02-26 Thread Kevin Benson
On Tue, Feb 26, 2013 at 5:37 PM, Gilles Ganault wrote: > On Tue, 26 Feb 2013 13:09:10 -0500, Kevin Benson > < kevin.m.ben...@gmail.com> wrote: > > Because there are actually a number of different ways the (CLR)untime > > locates assemblies, I ~believe~ the FAQ only

Re: [sqlite] [SQLite.ADO.Net] Upgrading XP to SQLite version?

2013-02-26 Thread Gilles Ganault
On Tue, 26 Feb 2013 13:09:10 -0500, Kevin Benson wrote: >Because there are actually a number of different ways the (CLR)untime >locates assemblies, I ~believe~ the FAQ only attempts to offer a general >advisement about the "Externals" folder as a *HINT*. The rest is up

Re: [sqlite] [SQLite.ADO.Net] Upgrading XP to SQLite version?

2013-02-26 Thread Kevin Benson
On Tue, Feb 26, 2013 at 11:34 AM, Gilles Ganault wrote: > Next, just to check, I reinstalled a fresh Windows7 + VS Express 201 > to try the "Precompiled binaries no bundle" this time. > > Even with the VC++ 2012 runtime, it still complained about > "SQLite.Interop.dll :

Re: [sqlite] [SQLite.ADO.Net] Upgrading XP to SQLite version?

2013-02-26 Thread Gilles Ganault
Next, just to check, I reinstalled a fresh Windows7 + VS Express 201 to try the "Precompiled binaries no bundle" this time. Even with the VC++ 2012 runtime, it still complained about "SQLite.Interop.dll : The specified module could not be found". Turns out the wiki is half-wrong: When using the

Re: [sqlite] [SQLite.ADO.Net] Upgrading XP to SQLite version?

2013-02-26 Thread Gilles Ganault
On Tue, 26 Feb 2013 15:28:13 +0100, Gilles Ganault wrote: >but it fails on the second line with "Type SQLiteCommand is not >defined". Is there another component I need to install? Got it: It just needs the following line at the top of the file: Imports System.Data.SQLite

Re: [sqlite] [SQLite.ADO.Net] Upgrading XP to SQLite version?

2013-02-26 Thread Gilles Ganault
After installing "Visual Studio Express 2012 for Windows Desktop", I downloaded and ran "Setups for 32-bit Windows (.Net Framework 4.5) bundle 1.0.84.0". I left the default option checked "Generate native images for the assemblies and install the images in the native image cache", and didn't

Re: [sqlite] [SQLite.ADO.Net] Upgrading XP to SQLite version?

2013-02-26 Thread Gilles Ganault
On Tue, 26 Feb 2013 04:08:26 -0500, Kevin Benson wrote: >*(8) How do I install System.Data.SQLite on a development machine?* Thanks, but I still want to understand what the difference is between all the options in the Downloads page >Strictly speaking, there is no need

Re: [sqlite] [SQLite.ADO.Net] Upgrading XP to SQLite version?

2013-02-26 Thread Kevin Benson
On Tue, Feb 26, 2013 at 3:43 AM, Gilles Ganault wrote: > I'll uninstall the one from Phoenix Software Solutions, but I'm > puzzled at which package to install from here: > > http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki >

Re: [sqlite] [SQLite.ADO.Net] Upgrading XP to SQLite version?

2013-02-26 Thread Gilles Ganault
On Mon, 25 Feb 2013 22:32:26 +, Simon Slavin wrote: >There is no particular version of SQLite installed on your computer, and you >don't have to worry about downloading the latest version of SQLite. I installed it to use SQLite with VB.Net, and would like to upgrade to

Re: [sqlite] [SQLite.ADO.Net] Upgrading XP to SQLite version?

2013-02-25 Thread Simon Slavin
On 25 Feb 2013, at 2:18pm, Gilles Ganault wrote: > I'm running the 32-bit version of XPSP3, whose "Add and Remove > Programs" show that I have "QQLite ADO.NET 2*0/3.5 Provider 1.065.0" > from Phoenix Software Solutions, LLC (http://sqlite.phxsoftware.com). > > Now

Re: [sqlite] [SQLite.ADO.Net] Upgrading XP to SQLite version?

2013-02-25 Thread Gilles Ganault
On Mon, 25 Feb 2013 15:18:17 +0100, Gilles Ganault wrote: >When do we need the design-time components? Which package should I use >for development + deployment onto users' host? I'm not clear about which package to install on a development host, and which to install on a

[sqlite] [SQLite.ADO.Net] Upgrading XP to SQLite version?

2013-02-25 Thread Gilles Ganault
Hello I'm running the 32-bit version of XPSP3, whose "Add and Remove Programs" show that I have "QQLite ADO.NET 2*0/3.5 Provider 1.065.0" from Phoenix Software Solutions, LLC (http://sqlite.phxsoftware.com). Now that SQLite.Ado.Net is handled by www.slite.org, what is the right way to