Link to home
Start Free TrialLog in
Avatar of itsmevic
itsmevicFlag for United States of America

asked on

GETTING MSMAPI ERROR

Hello,

I'm getting a weird error when trying to launcha  .vpb file, it's giving me this error:

Component 'MSMAPI32.OCX or one of its dependencies not correctly registered:  a file is missing or invalid.

I tried to unregister the MSMAPI32.OCX file but it's telling me this when i try:

"LoadLibrary("msmapi32.ocx") failed - The specific module could not be found.

   This is probably a stupid question, but am I getting this because I do not have Visual Basic 6.0 Working Model installed on my system?  Even if I didn't have VB installed I should still be able to unregister and register this Active X Control, shouldn't I ???

Thanks,

Vic

P.S.  Also, does anyone know where I can get a good simple tool that I can install that will automatically Unregister and Re-register files?


ASKER CERTIFIED SOLUTION
Avatar of Debsyl99
Debsyl99

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Debsyl99
Debsyl99

Just to add - there's no point trying to unregister it as again, it's not there- hence the error message.  You could always try run a search on your system just to make sure - start - search and enter-    MSMAPI32.OCX  - make sure you check advanced - enable search hidden folders and system folders - the search I suspect should come up empty

Deb :))
Avatar of itsmevic

ASKER

Hi Deb your second link did the trick, i just downloaded the dll/ocx pack and then extracted it into the system32 folder and bam...it works now...Great thank you.

The link u gave me that worked was http://www.techgear007.net/?page=msninfofiles

Thanks,

Vic
Glad to hear it - the 1st link was just to illustrate my point about the difference between learning and pro versions so you didn't need to just take my word for it, 3rd link to illustrate the use of regsvr32.exe - Happy vb-ing!

Deb :))