Windows error 0x803D0021, -2143485919

Detailed Error Information

WS_E_OTHER[1]

MessageUnrecognized error occurred in the Windows Web Services framework.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode61 (0x03d)
NameFACILITY_WEBSERVICES[2][1]
DescriptionThe source of the error code is the Web Services.[2][1]
Error Code33 (0x0021)

Questions

0votes
1answer

WsOpenServiceHost returns WS_E_OTHER

I'm tryind to run HttpCalculatorServiceExample located in MSDN. Function WsOpenServiceHost returns error code 0x803d0021. This error means MessageId: WS_E_OTHER Unrecognized error occurred in the Windows Web Services framework. Printed error: Unable to add URL to HTTP URL group. Unrecognized error occurred in the Windows Web Services framework. The process cannot [...] read more
web-services
visual-c++

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