We have a VB.NET project with a reference to ADO 2.6
When I open it on my machine, I get the following build error: "The referenced component 'ADODB' has an updated custom wrapper available."
When I double click on it, I get the following dialog appear:
If I click 'No', for every object declared from the ADODB library, I get a build error as follows: "Reference required to assembly 'ADODB' containing the type 'ADODB.Connection'. Add one to your project."
If I click 'Yes', everything is fine on my machine but not on everyone elses machine. They get build errors telling them that the wrapper needs to be defined. The only way to get it to work on their machines is for them to delete the ADODB reference and re add it. Then on my machine, I am back to square one.![]()
Any ideas anyone?![]()






Reply With Quote