
DllRegisterServer abc.dll failed return code :0x80070716
Assuming you have an ATL DLL, it may mean that, for some reason, .RGS
file is not bound to your DLL as a resource. Or else
DECLARE_REGISTRY_RESOURCEID macro in your coclass does not match the ID
of RGS resource.
--
With best wishes,
Igor Tandetnik
"For every complex problem, there is a solution that is simple, neat,
and wrong." H.L. Mencken
Quote:
> Hello !
> I am having an ATL COM dll. While registering it gives
> the message : DllRegisterServer abc.dll failed return code :0x80070716
(The
> specified resource name cannot be found in the image file. ).
> What does it mean ?
> How to solve it ?