Could not load file or assembly 'Interop.ADOX, Version=6.0.0.0

  • Thread starter Thread starter appleforce
  • Start date Start date
A

appleforce

Guest
I have a long time project VB1 - VB2010. Now upgraded to VB2019

Most things seems to be working fine but creating a new database will not work.
Code working in VB2010:

cat.Create("Provider=Microsoft.Jet.OLEDB.4.0;" & "Data Source=" & Dbase & ";" & "Locale Identifier=1053;" & "Jet OLEDB:Engine Type=5")

But now the program can't get there because:
"Could not load file or assembly 'Interop.ADOX, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified."

I do not know what to do, I need help. Help!



Appleforce

Continue reading...
 
Back
Top