Windows error 0x80070715, -2147023083

Detailed Error Information

RESOURCE_TYPE_NOT_FOUND[1]

MessageThe specified resource type 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 Code1813 (0x0715)

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

Questions

9votes
9answers

Fresh installed Windows XP refuses to update

today I installed Windows XP SP2 Home on a computer. I went to try to run Windows Update on it and was greeted with "The website has encountered a problem and cannot display the page you are trying to view -- error number 0x8024400A" enter image description here [https://i.stack.imgur.com/N4pQf.png] I've [...] read more
windows
windows-xp
windows-update
1vote
0answers

Windows Server 2012 R2 Cannot register certain DLLs

I'm having an issue with a Windows Server 2012 R2 server I've inherited. It started when I was trying to figure out a problem with VSS which didn't allow it to take a backup. One of the suggestions was to un-register and re-register some DLLs; however, now I can't re-register [...] read more
windows
dll
0votes
1answer

Error registering a COM component and using in WPF application

I have a COM DLL (MyWrapper), with a COM ATL Object (class) defined inside. This COM dll is basically to be an interface between my WPF .exe and native MFC DLLs. Everything works perfectly fine until I put the COM DLL in my source control to check in the code. [...] read more
visual-studio-2010
dll
com
mfc
dllregistration

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