help...new install of vb, missing ms cdo object lib

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dbanalyst
    New Member
    • Aug 2007
    • 12

    #1

    help...new install of vb, missing ms cdo object lib

    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?
  • Ali Rizwan
    Banned
    Contributor
    • Aug 2007
    • 931

    #2
    Originally posted by dbanalyst
    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?
    Hi
    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.

    Comment

    • dbanalyst
      New Member
      • Aug 2007
      • 12

      #3
      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

      • Ali Rizwan
        Banned
        Contributor
        • Aug 2007
        • 931

        #4
        Originally posted by dbanalyst
        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...
        Thanx for that i ll try
        I have made my programe twice just because of this problem

        Comment

        • debasisdas
          Recognized Expert Expert
          • Dec 2006
          • 8119

          #5
          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

          Working...