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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top