Interop ADODB error message

  • Thread starter Thread starter Lance Geeck
  • Start date Start date
L

Lance Geeck

I sent this yesterday, but it hasn't made it into the news group, so I am
re-sending it. The first one will probably showup 2 seconds after I hit the
send button. Anyway,

I am new to .net and am trying to convert a VB6 project. When I do a build,
I get the following error:

"The dependency "Interop.ADODB" could not be found."

I can't seem to find an explaination of this any place. Don't really know
what Interop means other than it is for COM. Any suggestions on how to get
by this problem?

Thanks
Lance
 
¤ I sent this yesterday, but it hasn't made it into the news group, so I am
¤ re-sending it. The first one will probably showup 2 seconds after I hit the
¤ send button. Anyway,
¤
¤ I am new to .net and am trying to convert a VB6 project. When I do a build,
¤ I get the following error:
¤
¤ "The dependency "Interop.ADODB" could not be found."
¤
¤ I can't seem to find an explaination of this any place. Don't really know
¤ what Interop means other than it is for COM. Any suggestions on how to get
¤ by this problem?

Did you add the COM Reference to your project? (Project...Add Reference...COM tab)


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
Hi Paul,

Thanks for responding.

This was converted from a VB 6 project by the automatic conversion
process in VB.NET 2003.

I looked in the references and there is a reference to ADODB.

Any other suggestions?
 
I re-added the reference and it seems to be working now.

Thanks for your help.

Lance
 
Back
Top