| Previous | Next |
| WS_E_SECURITY_VERIFICATION_FAILURE | WS_E_ADDRESS_NOT_AVAILABLE |
WS_E_ADDRESS_IN_USE
WS_E_ADDRESS_IN_USE is a Windows Web Services API HRESULT. It means that the local address or endpoint needed by the listener or channel is already bound or otherwise unavailable for another use.
What to check for WS_E_ADDRESS_IN_USE
- Identify the process, listener or previous instance that owns the address and port.
- Check address reuse options, service startup races and stale listeners left after an unclean shutdown.
- Choose a valid alternate binding only when the application protocol and deployment configuration allow it.
Looking for a different code? Search another status or error code.