question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Framework Microsoft.UI.Xaml.2.5 not Found.

See original GitHub issue

Describe 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 brave_5cXKeYAJSS

Desktop (please complete the following information):

  • OS Version: [e.g. Windows 10 1904.1645]
  • App version: Latest

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

4reactions
yaira2commented, Mar 10, 2021

@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.

0reactions
sangafabricecommented, May 4, 2021

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)

dism /online /add-provisionedappxpackage /packagepath:\\fullpath\\to\\Microsoft.UI.Xaml.2.5.appx /skiplicense

3/ Add Appx Package

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found