Regarding the Satellite Tracking on the Windows app store, users including myself are now getting this error form the Microsoft Store: 0X80073CF3
My machine did take some updates earlier in the day.
I tried installing via powershell and I get the following error below.
As I read on the internet, Microsoft.NET.Native.Framework.2.3 is supposed to be installed by the app store.
What should I do or do Microsoft need to fix this ?
PS C:\WINDOWS\system32> $packageSat = "C:\Users\karhu\Downloads\4191KarhuKoti.Satellites_10.17763.419.0_neutral_~_sd64qgh20x0ty.Msixbundle"
PS C:\WINDOWS\system32> Add-AppxPackage -Path $packageSat
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict validation.
Windows cannot install package 4191KarhuKoti.Satellites_10.17763.419.0_x64__sd64qgh20x0ty because this package depends on a framework that could not be found. Provide the framework
"Microsoft.NET.Native.Framework.2.3" published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral or x64 processor architecture and
minimum version 2.3.0.0, along with this package to install. The frameworks with name "Microsoft.NET.Native.Framework.2.3" currently installed are: {}
NOTE: For additional information, look for [ActivityId] f6963aa5-5bc2-0002-4e75-99f6c25bdc01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
f6963aa5-5bc2-0002-4e75-99f6c25bdc01
At line:1 char:1
+ Add-AppxPackage -Path $packageSat
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Users\karhu\...x0ty.Msixbundle:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand