MDAC 2.8 Issues

  • Thread starter Thread starter GG
  • Start date Start date
G

GG

VB.Net Standard 2003, Win2k Pro w/all patches & updates.

My dumbass installed MDAC 2.8. Now I'm getting the following errors when I
try to build my solution....

Unable to find dependency 'INTEROP.ADODB' (Signature='(null)'
Version='2.8.0.0') of assembly 'Interop.JRO.dll'
Unable to find dependency 'Interop.ADODB' of project output 'Primary output
from <my project> (Active)'
The dependency 'Interop.ADODB' could not be found.

Anyone seen this? If so is there a fix other that reinstalling Windows? I've
seen several msg stating that MDAC cannot be uninstalled.

Please forgive my stupidity!

GG
 
Hi GG,

This error should be earlier I though, however, did you set a references to
it?

Cor
 
Yes, I have the references set up. Prior to the MDAC 2.8 install the build
produced no errors.
 
This appears to be a .NET application trying to access JRO via COM Interop.
It could be caused by the program that requires 2.8--not yours.
 
I have the same problem here (also installed MDAC 2.8 and am not happy with
it).
Every time I reference the ADOMD 2.7 version it gives me the 2.8 version
(which doesn't work properly for me).
Does anybody know how I can reference the ADOMD 2.7 version without choosing
the 2.7 version via Add Reference (this will pick the 2.8 version
automatically!! )

Thanks., Marco
 
I never figured it out. I re-imaged my drive and went back to 2.7.
Everything is working now. Do we really need 2.8?

GG
 
Back
Top