Windows error 0x80072EFF, -2147012865

Detailed Error Information

WININET_E_CONNECTION_RESET[1]

MessageThe connection with the server was reset
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 Code12031 (0x2eff)

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

Questions

4votes
2answers

How to get descriptions for HRESULT error codes for WinRT / Windows 10 Store code?

I'm converting my Win32 app to UWP and am now writing Windows Store integration code using Windows.Services.Store namespace. For Win32 C++ it is mostly implemented via COM interface methods that seem to return their failures via HRESULT error codes. So I thought that it would be nice to convert those [...] read more
c++
winapi
windows-runtime
uwp
windows-10
2votes
0answers

SignTool unexpected internal error 0x80072eff

In our buildscripts we have to sign about 500 assemblies (*.dll, .Net if it is interesting?) with the signtool. Often it runs in this error: 1>EXEC : error information: "Error: SignerSign() failed." (-2147012865/0x80072eff) [F:\Builds\7\profahr\Dev - CI\Sources\_BuildScripts\CodeSigning.proj] 1>EXEC : SignTool error : An unexpected internal error has occurred. [F:\Builds\7\profahr\Dev - CI\Sources\_BuildScripts\CodeSigning.proj] [...] read more
c#
.net
signtool
1vote
1answer

VS Professional 2017 - 15.9.11 - Issues related to installation

Two issues faced one during installation and one after the installation. During installation getting error for one of the package, details belowenter image description here [https://i.stack.imgur.com/lYjtK.jpg] Log details: "Something went wrong with the install. =========================================================================== Package 'Microsoft.VisualStudio.Package.NodeJs,version=1.5' failed to download from 'https://download.visualstudio.microsoft.com/download/pr/6f4871ab-b2c9-44e9-b4fb- 9ca81c7b2f40/63f589ed1fc2af6675dc554745f44005/microsoft.visualstudio.package.nodejs.vsix'. Search URL https://aka.ms/VSSetupErrorReports?q=PackageId=Microsoft.VisualStudio.Package.NodeJs;PackageAction=DownloadPackage;ReturnCode=0x80072eff Details WebClient download failed: [...] read more
visual-studio-2017

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