🚀 NEW in v2.4.29: 35+ Speed Optimizations added today!Download Now →

Home/Fix/Fix Error 0x80073D08 — Store App Package Framework Dependency Missing

How to Fix Fix Error 0x80073D08 — Store App Package Framework Dependency Missing on Windows

Getting error 0x80073D08 when installing Store apps? App requires a framework package that can't be found? Microsoft Store installation failing with dependency error? Fix this app package framework error.

Symptoms

You might be experiencing this problem if you notice:

  • Microsoft Store app installation fails with 0x80073D08
  • Error message mentions missing framework dependency
  • Sideloaded apps fail to install with this code
  • App update fails because dependency framework is missing
  • Multiple Store apps failing to install or update
  • PowerShell Add-AppxPackage fails with this error

Common Causes

  • Required framework package (VCLibs, .NET, etc.) not installed
  • Framework package version mismatch with app requirements
  • Microsoft Store unable to auto-install dependencies
  • Framework packages corrupted or removed
  • Sideloading without including required dependencies
  • Store cache preventing dependency resolution

Solutions

Solution 1: Install Missing Framework Packages

  1. 1Common framework dependencies:
  2. 2Microsoft.VCLibs — C++ runtime for Store apps
  3. 3Microsoft.NET.Native.Framework — .NET Native runtime
  4. 4Microsoft.NET.Native.Runtime — .NET runtime support
  5. 5Microsoft.UI.Xaml — UI framework for modern apps
  6. 6To install VCLibs manually:
  7. 7Download from: aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx
  8. 8Or for 32-bit: aka.ms/Microsoft.VCLibs.x86.14.00.Desktop.appx
  9. 9PowerShell as Admin:
  10. 10Add-AppxPackage -Path "path\to\downloaded.appx"
  11. 11Then retry installing the original app

Solution 2: Reset Microsoft Store and Re-register Apps

  1. 1Clear Store cache:
  2. 2Press Win+R → type wsreset.exe → Enter
  3. 3Wait for Store to open (cache cleared)
  4. 4Re-register all Store apps and frameworks:
  5. 5PowerShell as Admin:
  6. 6Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -ErrorAction SilentlyContinue}
  7. 7This re-registers all packages including frameworks
  8. 8May take several minutes to complete
  9. 9Ignore red error text for packages that are fine
  10. 10Retry installing the app from Store after completion

Solution 3: Fix Sideloading Dependencies

  1. 1When sideloading .msix or .appx packages:
  2. 2You must install dependencies first
  3. 3Extract the package: rename .msix to .zip and extract
  4. 4Look in Dependencies folder for required frameworks
  5. 5Install each dependency .appx first:
  6. 6Add-AppxPackage -Path "dependency.appx"
  7. 7Then install the main app:
  8. 8Add-AppxPackage -Path "mainapp.msix"
  9. 9For .msixbundle files:
  10. 10Add-AppxPackage -Path "app.msixbundle" -DependencyPath "dep1.appx","dep2.appx"
  11. 11Enable sideloading: Settings → For developers → Install apps from any source
FIXES THIS IN 5 MINUTES

Fix Fix Error 0x80073D08 — Store App Package Framework Dependency Missing Automatically

RescuePC Toolkit includes 109+ automated repairs that fix this problem with one click. No command line knowledge required.

Download Now - Free Trial

No credit card required • Works on Windows 10 & 11

Automated Repairs for This Issue

Browse More Update & Installation Guides

Share this:XRedditLinkedInEmail