Windows error 0x80070714, -2147023084

Detailed Error Information

RESOURCE_DATA_NOT_FOUND[1]

MessageThe specified image file did not contain a resource section.
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 Code1812 (0x0714)

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

Questions

3votes
1answer

After running my project few times I'm getting error: Could not resolve COM reference "f8937e53-d444-4e71-9275-35b64210cc3b" what's that?

This is the full error: Error 1 Could not resolve COM reference "f8937e53-d444-4e71-9275-35b64210cc3b" version 1.0. The specified image file did not contain a resource section. (Exception from HRESULT: 0x80070714) UsingAutoIt Never had it before google didn't find anything with this reference long number and letters. This is my form1 complete [...] read more
c#
.net
winforms
autoit-c#-wrapper
2votes
2answers

Unable to re-install Windows 7 on a Dell Optiplex 745

During the install I receive the error code 0x80070714 with the error string "Windows cannot install required files. Make sure all files required for installation are available, and restart the installation." This occurs at the end of the Expanding Windows files... process. The only change from the previous re-install (the [...] read more
windows-7
installation

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