Re: Could not load type ADODB._ADO from assembly

  • Thread starter Thread starter Mike Gorgolinski
  • Start date Start date
M

Mike Gorgolinski

Found the issue...

from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322

I executed the gacutil as follows to add the referenced object to the cache

gacutil /i "C:\Program Files\Microsoft.NET\Primary Interop
Assemblies\adodb.dll"
 
Back
Top