[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
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.