What does HRESULT 0xC1210106 (WDSMCS_E_CONTENT_PROVIDER_NOT_FOUND) mean?

 
Previous Next
WDSMCS_E_NAMESPACE_NOT_FOUND WDSMCS_E_NAMESPACE_ALREADY_EXISTS

WDSMCS_E_CONTENT_PROVIDER_NOT_FOUND

WDSMCS_E_CONTENT_PROVIDER_NOT_FOUND is a Windows Deployment Services (WDS) Multicast Server result. It indicates that the target server cannot locate a registered content provider matching the request.

What to check

  • List registered providers and compare the provider name, CLSID, and DLL path with the request.
  • Check whether provider registration failed, was removed, or exists only on a different WDS server.
  • Register and initialize the provider before creating namespaces that depend on it.

Microsoft documentation on the Windows Deployment Services Multicast Application Protocol


Looking for a different code? Search another status or error code.