Error uploading UWP app to Microsoft Store: Microsoft.VCLibs.140.00.UWPDesktop version mismatch

Henry-6115 66 Reputation points
2024-05-22T08:13:34.43+00:00

I encountered this error while uploading my UWP app to the Microsoft Store. The error message reads: 'Your package Microsoft.VCLibs.140.00.UWPDesktop specifies version 14.0.33728.0, but 14.0.24217.0 is the minimum available version.'

Could someone help me with this? How can I resolve this issue? Thanks in advance!

Universal Windows Platform (UWP)
{count} votes

2 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Teun Pleunis 0 Reputation points
    2025-02-24T17:05:13.7633333+00:00

    The command Add-AppxPackage 'https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx' appears to not always download the latest version resulting in a VCLibs version mismatch when trying to install the latest version of the DesktopAppInstaller.

    Windows cannot install package Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe because this package depends on a framework that could not be found. Provide the framework "Microsoft.VCLibs.140.00.UWPDesktop" published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral or x64 processor architecture and minimum version 14.0.33728.0, along with this package to install. The frameworks with name "Microsoft.VCLibs.140.00.UWPDesktop" currently installed

    I found a recent version here and it fixed the installation issue. https://github.com/QuangVNMC/LTSC-Add-Microsoft-Store/blob/master/Microsoft.VCLibs.140.00.UWPDesktop_14.0.33728.0_x64__8wekyb3d8bbwe.Appx

    They also have a download for the 32bit version of this package.

    Solved my issues!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.