PC Review Forums Newsgroups Microsoft DotNet Microsoft ADO .NET Re: Could not load type ADODB._ADO from assembly

Reply

Re: Could not load type ADODB._ADO from assembly

 
Thread Tools Rate Thread
Old 29-06-2003, 09:19 PM   #1
Mike Gorgolinski
Guest
 
Posts: n/a
Default Re: Could not load type ADODB._ADO from assembly


Found the issue...

from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322

I executed the gacutil as follows to add the referenced object to the cache

gacutil /i "C:\Program Files\Microsoft.NET\Primary Interop
Assemblies\adodb.dll"


"Mike Gorgolinski" <mike_gorgolinski@hotmail.com> wrote in message news:...
>
> Greetings -
>
> I just upgraded to ado version 7 and receive the following error when
> trying to instantiate an adodb.connection object
>
> "Could not load type ADODB._ADO from assembly ADODB, Version=7.0.3300.0,
> Culture=neutral, PublicKeyToken=null."
>
> Any ideas? It worked before the update.
>
> Regards
> Mike Gorgolinski
>
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off