Windows error 0x80110437, -2146368457

Detailed Error Information

COMADMIN_E_PROPERTYSAVEFAILED[1]

MessageOne or more property settings are either invalid or in conflict with each other
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode17 (0x011)
NameFACILITY_COMPLUS[2][1]
DescriptionThe source of the error code is COM+.[2][1]
Error Code1079 (0x0437)

Questions

1vote
1answer

Failing to set COM+ ConstructorString on Win7 - CryptProtectData changes?

UPDATED I'm trying to programmatic-ally set a COM+ component's ConstructorString with a value for later initialization. The code in question works fine on WinXP, Win2k3, Vista and Win2k8. I'm failing on Win7 - Home Premium version. I've determined by trial and error that there seems to be a size limit [...] read more
c++
windows
com
windows-7
com+

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