Framework Microsoft.UI.Xaml.2.5 not Found.
See original GitHub issueDescribe the bug
Was Unable to install Msix Bundle By Clicking Simply Clicking On it.
I tried using Administrative Powershell to execute Add-AppxPackage ./Files.msixbundle
And Got The Error
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict
validation. Windows cannot install package 49306atecsolution.FilesUWP_0.23.1.0_x64__et10x9a9vyk8t because this package depends on a framework that could not be found. Provide the framework "Microsoft.UI.Xaml.2.5" published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral or x64 processor architecture and minimum version 2.52012.2002.0, along with this package to install. The frameworks with name "Microsoft.UI.Xaml.2.5" currently installed are: {}
NOTE: For additional information, look for [ActivityId] 67fe02c6-e896-0002-16a0-006896e8d601 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 67fe02c6-e896-0002-16a0-006896e8d601
At line:1 char:1
+ Add-AppxPackage .\Files-0.23.1.Msixbundle
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Users\akash\...23.1.Msixbundle:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Screenshots
Desktop (please complete the following information):
- OS Version: [e.g. Windows 10 1904.1645]
- App version: Latest
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Unable to install Apps From Microsoft Store
UI.Xaml.2.5". I am unable to install msix bundles by simply. ... could not be found. Provide the framework "Microsoft.UI.Xaml.2.5" published ...
Read more >The package depends on framework that could not be found ...
... depends on framework that could not be found. Provide the framework “ Microsoft . UI . Xaml .2.6” or a very similar...
Read more >How Install Specific Version Of Microsoft.UI.Xaml
UI.Xaml" framework are in the folowing link Microsoft-ui-xaml releases page, simply search for the required version and then you can download ...
Read more >Windows 10: Unable to install Apps From Microsoft Store
... depends on a framework that could not be found. Provide the framework "Microsoft.UI.Xaml.2.5" published by "CN=Microsoft Corporation, ...
Read more >Microsoft.UI.Xaml 2.5.0
Version Downloads Last updated
2.8.5 18,953 a month ago
2.8.4 45,428 3 months ago
2.8.3 11,393 4 months ago
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@FunctionDJ Removing functionality from Windows such as AppInstaller will have side effects like this. As far as I know, there isn’t any solution to this other than restoring AppInstaller.
1/ Download the required Framework https://github.com/files-community/package.github.io/blob/main/Files.Package/Dependencies/x64/Microsoft.UI.Xaml.2.5.appx 2/ Provision your image using dism command tool (administration priviledges required)
3/ Add Appx Package