Windows error 0x80080017, -2146959337

Detailed Error Information

CO_E_ELEVATION_DISABLED[1]

MessageThe class is not configured to support Elevated activation.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode8 (0x008)
NameFACILITY_WINDOWS[2][1]
DescriptionThe source of the error code is the Windows subsystem.[2][1]
Error Code23 (0x0017)

Questions

0votes
2answers

Configure a class to support Elevated Activation

I have a class which is COM, and a want to launch an elevated COM object. I'm using LaunchElevatedCOMObject() method from VistaBridgeLibrary but all I get is the error code 0x80080017, which is "The class is not configured to support Elevated activation". How could I configure my class to support [...] read more
c#
com
uac

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