How to reinstall missing MSMQ components on Windows 10
All MSMQ Server assemblies on a Win 10 Enterprise LTSC V. 1809 are missing. Where can these components be found?
I've already tried control>program feature > install MSMQ - failed.
Also tried SFC With DISM
DISM.exe /Online /Cleanup-image /Scanhealth reports: c:>DISM.exe /Online /Cleanup-image /Scanhealth Deployment Image Servicing and Management tool Version: 10.0.17763.1697 Image Version: 10.0.17763.1935 [==========================100.0%==========================] No component store corruption detected. The operation completed successfully.
sfc /verifyonly returns
Verification 100% complete. Windows Resource Protection did not find any integrity violations.
Running dism.exe /online /enable-feature /all /featurename:MSMQ-Server /FeatureName:MSMQ-Server returns
Deployment Image Servicing and Management tool Version: 10.0.17763.1697 Image Version: 10.0.17763.1935 Enabling feature(s) [==========================100.0%==========================] Error: 14081 The referenced assembly could not be found.