Re: [sqlite] SQLiteDataAdaptor Missing

2012-02-23 Thread Electric Eddy
Yes. It's running on 64bit but I compiled it for 32 bit. I've tried using the 64bit version however, when I reference the 64bit dll's the compiler generates warnings about the image even when I set it to debug 64bit, and when I try to run the 64bit version it crashes so I've opted to compile it

Re: [sqlite] SQLiteDataAdaptor Missing

2012-02-22 Thread Electric Eddy
SubKey: rootKey = "HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\8.0\DataProviders\ {0ebaab6e-ca80-4b4a-8ddf-cbe6bf058c70}", subKeyName = "SupportedObjects\DataConn ectionUIControl" Installer.exe: #104 @ 2012.02.21T20:49:45.0340377: RegistryHelper.CreateSubKey: rootKey = "HKE

Re: [sqlite] SQLiteDataAdaptor Missing

2012-02-20 Thread Electric Eddy
Rob Richardson wrote: > In another library, I had to specify "x86" processor because it wasn't > designed for 64-bit machines. Might you need to do that? > > RobR > > -Original Message- > From: sqlite-users-boun...@sqlite.org [mailto: > sqlite-users

Re: [sqlite] SQLiteDataAdaptor Missing

2012-02-20 Thread Electric Eddy
: Invalid core file image runtime version. On Mon, Feb 20, 2012 at 1:59 PM, Joe Mistachkin wrote: > > Electric Eddy wrote: > > > > Maybe not going as far as including updates in the installer for support > > for 2005 but at least a manual process for getting it working i

Re: [sqlite] SQLiteDataAdaptor Missing

2012-02-20 Thread Electric Eddy
ugh for me to build these commands programatically however, the designer was used extensively throughout the project so it would be very time consuming to remove the designer generated code and replace it with normal code. Patrick On Mon, Feb 20, 2012 at 12:58 PM, Joe Mistachkin wrote: > &g

Re: [sqlite] SQLiteDataAdaptor Missing

2012-02-20 Thread Electric Eddy
Mistachkin wrote: > > Electric Eddy wrote: > > > > That's a pity, my problem is for the type of development I do, spending a > > few grand on upgrading to 2008 for the sake of the SQLite designer > > capability would be hard to justify. > > > > Actually

Re: [sqlite] SQLiteDataAdaptor Missing

2012-02-19 Thread Electric Eddy
ck to 2005. I'll probably need to port to MS SQL to allow for future maintenance of the legacy application I'm maintaining. Patrick. On Sun, Feb 19, 2012 at 12:39 AM, Joe Mistachkin wrote: > > Electric Eddy wrote: > > > > The installer still only appears to detect that V

Re: [sqlite] SQLiteDataAdaptor Missing

2012-02-18 Thread Electric Eddy
e installer list VS 2005 as an option to configure during the installation or should VS 2005 be covered by the VS 2008 option? Regards Patrick On Sat, Feb 18, 2012 at 12:44 PM, Electric Eddy wrote: > Thanks, when I looked at the version of the SQLiteDataAdapter it was > 1.0.66 and listed in the GA

Re: [sqlite] SQLiteDataAdaptor Missing

2012-02-18 Thread Electric Eddy
ly it seems to ignore the 2005 SDK so I'll download the patch. Regards Patrick. On Sat, Feb 18, 2012 at 10:27 AM, Joe Mistachkin wrote: > > Electric Eddy wrote: > > > > e.g. DeleteCommand/CommandText it pops up an error stating: Data Provider > > identified by guid &#x

Re: [sqlite] SQLiteDataAdaptor Missing

2012-02-18 Thread Electric Eddy
I downloaded VS 2008 trial and associated SDK and reinstalled sqlite and the controls appear in the Toolbox under 2008. However, when I open the properties of an existing SQLiteDataAdaptor and press the "..." next to e.g. DeleteCommand/CommandText it pops up an error stating: Data Provider identif

[sqlite] SQLiteDataAdaptor Missing

2012-02-17 Thread Electric Eddy
I built a project originally using SQLite-1.0.66.0-setup.exe and when I upgraded to 1.0.79 the SQLiteDataAdaptor Toolbox control under Visual Studio 2005 Professional disappeared. The project still works after updating references from 1.0.66 to 1.0.79 however I cann