HLP: Problem with Interop.Adodb!

  • Thread starter Thread starter Mr. B
  • Start date Start date
M

Mr. B

VB.net... working with a MS Access db file.

For no good reason, I'm suddenly getting the following message on my
application:

---> The dependency 'Interop.ADODB' could not be found.

Very little is found on the Internet on a Google search. But sounds like
there is something to do with MDAC ?

Anyways... any ideas on how to fix this? My applications get the above error
when I try to Compile them :(

I hate it when these sort of things seem to just happen...

Thanks in advance!

Bruce
 
Delete the reference to the ADODB 2.x object, readd it, usually takes care
of it.

Why are you using ADO 2.x instead of ADO.NET?
 
Back
Top