DllRegisterServer failed return code 0x80029c4a

D

Devansh

I have a COM outlook addin. When I try to register that addin it gives
me error:-
Error 151 error PRJ0019: A tool returned an error code from
"Performing registration" MMApplicationCOM

And when I try to register DLL manually by regsvr32 then it gives me
error:-

---------------------------
RegSvr32
---------------------------
DllRegisterServer in C:\Sandbox\Applications\DM\MailManager
\MMApplicationCOM\Unicode Static Debug\MMApplicationCOM.dll failed.
Return code was: 0x80029c4a
---------------------------
OK
---------------------------

Kindly help me resolving this error.

Thanks,
Devansh
 
D

Dmitry Streblechenko

For what it is worth, the error is TYPE_E_CANTLOADLIBRARY
I have no idea why it is raised in your case.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top