WiX COM+ error code -


I'm trying to register COM + with YX I get the following error. Where can I find the error code-2146368486?

  Register Complex Espilliance: DLL: & lt; File name & gt; ComPlusInstallExecute: ErrorInfo: name = '& lt; File name & gt; ', ErrorCode =' - 2146368486 ', MajorRef =' & lt; Name & gt; ', MinorRef =' & lt; Invalid & gt; ' ComPlusInstallExecute: ErrorInfo: name = '& lt; Name & gt; ', ErrorCode =' - 2146368486 ', MajorRef =' & lt; Guid & gt; ', MinorRef =' & lt; Invalid & gt; ' ComPlusInstallExecute: ErrorInfo: name = '& lt; Name & gt; ', ErrorCode =' - 2146368486 ', MajorRef =' & lt; Guid & gt; ', MinorRef =' & lt; Invalid & gt; ' ComPlusInstallExecute: Error 0x80110401: Failed to install component ComPlusInstallExecute: Error 0x80110401: Failed to register original assembly ComPlusInstallExecute: Error 0x80110401: Assembly, failed to enter key: & lt; Assembly & gt; ComPlusInstallExecute: Error 0x80110401: Failed to register the assemblies  

Open the calculator, type the number Switch to Hex:

  FFFFFFFF8011041A  

Skip the upper part, before "0x":

  0x8011041a  

and Google this:


Comments