Some addition info...

After restarting VS 2005 I noticed that the output window displays:

"VSIP: Developer edition, all third-party packages allowed to load"

I'm assuming that this means there's no need to apply the 1.0.80 patch now?

As it all works fine under 2008, and although I've installed the SDK for
2005. I'm still not quite sure why the SQLiteDataAdapter doesn't appear as
an available reference when selecting the Toolbox/Choose Items... dialogue.

I've tried replacing the .dll with a patched version 1.0.80 but it still
does not appear in the list.

The installer still only appears to detect that VS 2008 is installed and
gives me the option to configure designer support for 2008.

When I view the toolbox/Choose Items references under VS 2008 I see the
following:

SQLiteCommand
SQLiteCommandBuilder
SQLiteConnection
SQLiteDataAdapter

Whereas under VS 2005 I only see:

SQLiteCommand
SQLiteCommandBuilder
SQLiteConnection

If I add a reference manually, by browsing to the 1.0.80 compiled .dll file
I get an addition reference relating to AutoCompleteEditing, but still no
sign of the SQLiteDataAdapter in the toolbox.

Should the 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 <electricedd...@gmail.com>wrote:

> Thanks, when I looked at the version of the SQLiteDataAdapter it was
> 1.0.66 and listed in the GAC eve n though that version was removed.  When I
> unchecked the reference it disappeared and after a reinstall of 1.0.79 it
> now works in 2008 although I had to install a number of Microsoft tools to
> resolve a subsequent issue relating to Microsoft.SQLServer.Types which
> seems to be a prerequisite.
>
> I'm now trying to get it working under 2005 as I have a licence for that
> specific version. I installed the 2005 SDK as the workaround you suggested
> however, as the 2008 SDK was installed previously 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 <sql...@mistachkin.com>wrote:
>
>>
>> Electric Eddy wrote:
>> >
>> > e.g. DeleteCommand/CommandText it pops up an error stating: Data
>> Provider
>> > identified by guid '00000000-0000-0000-0000-000000000000' could not be
>> > loaded.
>> >
>> I haven't seen that specific error before.  When you ran the setup, did
>> you
>> select the option to add the assemblies to the GAC?
>>
>> >
>> > Also, I intend to get it working with VS 2005 but I'm not sure about the
>> > fossil clone command to download the patch.  Is there a specific url I
>> need
>> > to specify to get these files?
>> >
>>
>> Also, the instructions on the following web page should work for cloning:
>>
>> http://system.data.sqlite.org/index.html/doc/trunk/www/source.wiki
>>
>> --
>> Joe Mistachkin
>>
>> _______________________________________________
>> sqlite-users mailing list
>> sqlite-users@sqlite.org
>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>>
>
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to