Windows error 0x80070078, -2147024776

Detailed Error Information

CALL_NOT_IMPLEMENTED[1]

MessageThis function is not supported on this system.
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 Code120 (0x0078)

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

Questions

1vote
2answers

Automating Watin with IE10 and TeamCity

I've upgraded internet explorer to version 10 on one of the team city build agents. After the upgrade, our Watin acceptance tests will not run. I get exceptions like: > System.Runtime.InteropServices.COMException : This function is not supported > on this system. (Exception from HRESULT: 0x80070078) The Team City build agent [...] read more
teamcity
watin
1vote
1answer

PKI - Cert Template could not be loaded. This function is not supported on this system

I've built PKI's many times yet this organization's results have me puzzled. Offline Root 2008 R2 Standard 2xEnterprise Subordinate CA's 2008 R2 Enterprise Installed services, all is good. When I go to add v2, v3 templates they aren't available so I google and discover that in AD Sites & Services [...] read more
ad-certificate-services
pki

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