Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Unhandled exception:Exception.InnerException: Could not load file or assembly 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
File name: 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' "
i am using adodb control
setup also installed in that machine , the os in the machine is windows xp professional edition service pack 2
Posted

1 solution

I don't know why you would choose to use ADO instead of the .Net OLEDB provider (system.data.oledbclient), but it is likely that you created an "automatic" com interop wrapper on your development machine (by setting a reference to the ADODB COM object), but failed to copy and register that on the target machine.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900