Windows error 0x000013EC, 5100

Detailed Error Information

HRESULT analysis[1]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[1][2]
DescriptionThe default facility code.[1][2]
Error Code5100 (0x13ec)

Questions

5votes
3answers

.NET 4.6 Re-installation on Windows 10

I recently upgraded from Windows 8.1 to Windows 10. Then I uninstalled .NET Framework 4.6 in Windows 10. It's not appearing in Programs and Features anymore. I want to reinstall it, and I tried to use the installer from http://www.microsoft.com/en-us/download/details.aspx?id=48130. But the installation fails with message The .NET Framework 4.6 [...] read more
installation
windows-10
.net-framework
windows-10-upgrade

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0