Results 1 to 2 of 2

Thread: [RESOLVED] The dependency 'Interop.ADODB

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2005
    Posts
    6

    Resolved [RESOLVED] The dependency 'Interop.ADODB

    Hi,
    I'm using Microsoft Visual Basic .NET Standard Edition.

    At the time I wanto to run build solution, the task list shows me error message as follow:
    "Warning: The dependency 'Interop.ADODB, Version=2.8.0.0, Culture=neutral' in project 'FixedAssetInd' cannot be copied to the run directory because it would overwrite the reference 'Interop.ADODB, Version=2.7.0.0, Culture=neutral'."

    Does anyone can help me to solve this error?

    Thank you.
    Alisika

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: The dependency 'Interop.ADODB

    Remove all references to ADODB from your project, add a reference to the most recent version of ADODB available to you and then select Rebuild All from the Build menu.

    Better still, ditch ADODB altogether and start using ADO.NET. This may not be an option right away, but you should use ADO.NET if at all possible in all new work. You should really only be using ADODB if your code has been upgraded from VB6. Even then you should try to migrate to ADO.NET if it is feasible.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width