| Previous | Next |
| EVT_WDSMCS_E_NON_WDS_DUPLICATE_MULTICAST_ADDR | EVT_WDSMCS_E_CP_INIT_FUNC_MISSING |
EVT_WDSMCS_E_CP_DLL_LOAD_FAILED
EVT_WDSMCS_E_CP_DLL_LOAD_FAILED is a Windows Deployment Services (WDS) Multicast Server result. It indicates that WDS Multicast Server could not load the DLL configured for a content provider.
What to check for EVT_WDSMCS_E_CP_DLL_LOAD_FAILED
- Verify the configured DLL path, file presence, architecture, and Windows service-account access.
- Use dependency diagnostics to find missing runtime libraries or unresolved imports.
- Compare the module version with a known-good provider deployment on the same WDS Server version.
Microsoft documentation on the Windows Deployment Services Multicast Application Protocol
Verification: Capture the exact API call and input state that reports cp dll load failed, then repeat the operation after changing only that condition.
Looking for a different code? Search another status or error code.