Windows error 0x80240026, -2145124314

Detailed Error Information

WU_E_INVALID_UPDATE_TYPE[1]

MessageThe type of update is invalid.
Declared inwuerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode36 (0x024)
NameFACILITY_WINDOWSUPDATE[2][3]
DescriptionThe source of the error code is a Windows update.[2][3]
Error Code38 (0x0026)

Questions

0votes
1answer

WUA IUpdate2.CopyToCache throws WU_E_INVALID_UPDATE_TYPE

I have some problems getting the WUA API to run as expected. I want to manually copy a update file to a machine and then feed it to the WUA. The call IUpdate2.CopyToCache causes an error that confuses me slightly. The update is definitively correct. Using a file name that [...] read more
c#
.net
windows
winapi

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0