This is something that start to happen on a project on which I am working, and so far I was not able to figure out the root cause.
This stopped working without any change from my side, the only thing I know has changed since the last time I worked on that project is that a disk failed (used to be the E: drive on which some applications were installed). Operative System is Windows Server 2003.
Below the error:
The Libraries I am adding to the project are the following:
- Visual Basic For Applications
- Visual Basic runtime objects and procedures
- Visual Basic objects and procedures
- OLE Automation
- Microsoft CDO for Windows 2000 Library
- Microsoft Scripting Runtime
- Windows Scripting Host Object Model
- Microsoft Data Binding Collection VB6 (SP4)
- Microsoft ActiveX Data Objecrs 2.8 Library
The object oConn is declared and instantiated the following way:
- Dim oConn AS ADODB.Connection
- Set oConn = New ADODB.Connection
No reference is marked as MISSING in the VB Project.
I also tried the late binding, but without success. I tried to use regsrv32.exe to reregister msado15.dll, but no joy.
I am really out of idea here, I think that some dependencies are no longer satisfied due to the failure of the disk, but I don't know how to investigate this given the few details provided by the IDE.
Thanks