HLP: Problem with Interop.Adodb!

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mr. B

    HLP: Problem with Interop.Adodb!

    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
  • Cor Ligthert

    #2
    Re: Problem with Interop.Adodb!

    Mr. B

    Do you have this in debug, release, or in installed application time?

    Cor


    Comment

    • CJ Taylor

      #3
      Re: Problem with Interop.Adodb!

      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?


      "Mr. B" <User@NoWhere.c om> wrote in message
      news:3qrmm09lm8 jrsuqbtm623d4eb ucgl1obro@4ax.c om...[color=blue]
      > 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[/color]
      error[color=blue]
      > when I try to Compile them :(
      >
      > I hate it when these sort of things seem to just happen...
      >
      > Thanks in advance!
      >
      > Bruce[/color]


      Comment

      Working...