Windows error 0x80070716, -2147023082

Detailed Error Information

RESOURCE_NAME_NOT_FOUND[1]

MessageThe specified resource name cannot be found in the image file.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code1814 (0x0716)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x00000716.

Questions

3votes
2answers

ATL COM DLL REGISTER ERROR 0x80070716

I am getting an error 0x80070716 when regsvr32 is done with the ATL Dll x64, under Win7 x64. I made a search before putting the question, and verfying with some threads in other web sites like this one http://www.tek-tips.com/viewthread.cfm?qid=1085835 and an other one here it is http://forums.codeguru.com/printthread.php?t=366207. But those threads [...] read more
visual-studio-2012
com
atl
regsvr32
2votes
2answers

Descriptions of error codes returned by regsvr32

Where can I find documentation that describes the meaning of error codes returned by regsvr32, such as 0x80070716? read more
documentation
error-code
regsvr32

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0