Windows error 0x80240007, -2145124345

Detailed Error Information

WU_E_INVALIDINDEX[1]

MessageThe index to a collection was 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 Code7 (0x0007)

Questions

1vote
1answer

Exception from HRESULT: 0x80240007 when querying Windows Updates

I am getting the error "Exception from HRESULT: 0x80240007" when I am trying to fetch the installed Windows updates. My code worked well in Windows 7, but it's not working in Windows XP. I am getting the error in the line var history = updateSearcher.QueryHistory(0, count); This is my code [...] read more
c#
windows
windows-update
1vote
0answers

Is there a list of server error codes for IIS BITS Uploads or a definition for 0x80070585 ("Invalid Index")?

I've got IIS 8.5 running on a couple of servers with BITS uploads enabled on a virtual directory. Looking through the logs, I see several different sorts of errors where it says (bits_error:{GUID},500,0x80070070) or some other error code. I'm able to match these to Error Descriptions on the client side [...] read more
500-error
iis-8.5
bits
0votes
1answer

Run remote PowerShell Office uninstallation script

KB2956128 is causing headache for users in my network. I do not run WSUS in this environment so I was going to employ PS script to take care of uninstallation. By all means the script below should work $comp = 'PC03' $scrblock = { $TitlePattern = 'KB2956128' $Session = New-Object [...] read more
powershell
windows-update

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