Windows error 0x80110602, -2146367998

Detailed Error Information

COMQC_E_QUEUING_SERVICE_NOT_AVAILABLE[1]

MessageMSMQ is required for the requested operation and is not installed
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 Code1538 (0x0602)

Questions

0votes
1answer

COM+ (.NET) application backwards compatibiliy

I have written a COM+ component in .NET 3.5 on a Windows 7 machine. Unfortunately, after I had programmed everything I came to know that the server where this component should reside is a windows 2003 server. By now most of you might have guessed what the issue could be. [...] read more
c#
msmq
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