Workaround 1: Go to Control Panel > Programs > Turn Windows features on or off and make sure .NET Framework 3.5 (includes .NET 2.0 and 3.0) and Net Framework 4.8 Advanced Services are checked, as shown in the image below.

Workaround 2: Open a Windows 11 elevated command prompt (Run cmd.exe as an administrator) and execute the following commands to enable the features.
dism /online /enable-feature /featurename:netfx3 /all
dism /online /enable-feature /featurename:WCF-HTTP-Activation
dism /online /enable-feature /featurename:WCF-NonHTTP-Activation
Workaround 3: Uninstall the KB5013942 updated for Windows 11.
Note: Make sure you contact Microsoft support for an alternative solution to the outstanding Windows 11 issue before applying Workaround 3.