After a hard drive crash, I had to reinstall vb 6 and now I can't open one of my in house apps to work on the code. I get a message that says I'm missing MS CDO object library. I've looked and looked and I'm out of ideas. Can anyone help?
help...new install of vb, missing ms cdo object lib
Collapse
X
-
HiOriginally posted by dbanalystAfter a hard drive crash, I had to reinstall vb 6 and now I can't open one of my in house apps to work on the code. I get a message that says I'm missing MS CDO object library. I've looked and looked and I'm out of ideas. Can anyone help?
I have also the same problem you have n i found that there is no solution for that and i have to make another application of it by copying the controls and code.
If u find any solution then plz tell me. -
Actually I found a copy of the CDO.dll file I was missing on one of my co-worker's workstation. It was in the following directory:
C:\Program Files\Common Files\System\Ma pi\1033\NT
I just copied it to his desktop and then emailed it to myself and saved it in the same directory. Now, it works...Comment
-
Thanx for that i ll tryOriginally posted by dbanalystActually I found a copy of the CDO.dll file I was missing on one of my co-worker's workstation. It was in the following directory:
C:\Program Files\Common Files\System\Ma pi\1033\NT
I just copied it to his desktop and then emailed it to myself and saved it in the same directory. Now, it works...
I have made my programe twice just because of this problemComment
-
that be because of the specified file is missing / corrupted in the CD.
You just need to copy the file from naother system and paste in System32 folder. Register teh file using REGSVR32 key with windows if required.Comment
Comment