Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Error loading type library/DLL. 0x80029c4a

1,441 views
Skip to first unread message

omer...@gmail.com

unread,
Jan 25, 2006, 1:43:25 AM1/25/06
to
while i am trying to register exporttags.dll, which is a COM DLL it
returns following message

---------------------------
RegSvr32
---------------------------
DllRegisterServer in
D:\IntechSW_Group\WES\current\Deployment\WES\DebugBin\ExportDevices.dll
failed.
Return code was: 0x80029c4a

exporttagsps.dll however is registered successfully .... the error code
describes
"Error loading type library/DLL. "

can u please help me in this
Regards .

Madni

Igor Tandetnik

unread,
Jan 25, 2006, 7:51:57 AM1/25/06
to
<omer...@gmail.com> wrote in message
news:1138171405.6...@z14g2000cwz.googlegroups.com

> while i am trying to register exporttags.dll, which is a COM DLL it
> returns following message
>
> ---------------------------
> RegSvr32
> ---------------------------
> DllRegisterServer in
> D:\IntechSW_Group\WES\current\Deployment\WES\DebugBin\ExportDevices.dll
> failed.
> Return code was: 0x80029c4a

Make RegSvr32 your executable for debugging session, put a breakpoint in
DllRegisterServer, step through it and find out where you are returning
an error code from.
--
With best wishes,
Igor Tandetnik

With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925


Brian Muth

unread,
Jan 25, 2006, 4:12:23 PM1/25/06
to
Typically this occurs because the path is mis-spelled or the type library
doesn't exist at all.

Brian


0 new messages