Date: 2024-11-21 13:50:59
Score: 0.5
Natty:
- Remove old version (whole folder): C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs
- Install specific version of MVS -> 2022 LTSC 17.2.0
- In configuration select: ""C++ Universal Windows Platform.."
- in C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\Appx\Debug\x64, you should have desired version of Microsoft.VCLibs.140.00.Debug
the second option is:
- Remove old version (whole folder): C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs
- Install specific version of MVS -> 2022 LTSC 17.2.0
- In configuration don't select any extra packages which you don't need
- After finish installation export your configuration
export configuration
- Open configuration in text editor and add this package:
"Microsoft.VisualStudio.ComponentGroup.MSIX.Packaging",
"Microsoft.VisualStudio.ComponentGroup.WindowsAppSDK.Cs"
- Open MVS Installer again and import configuration
import configuration
- Install
- in C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\Appx\Debug\x64, you should have desired version of Microsoft.VCLibs.140.00.Debug
Reasons:
- Long answer (-1):
- No code block (0.5):
- Low reputation (1):
Posted by: Marek Biolik