System: Windows 10 Enterprise 1703
Clean install + Visual Studio 2017 + SQL Server 2017
I cannot run the Windows Store. Running Get-AppxLog shows the following:
AppX Deployment operation failed for package
Microsoft.WindowsStore_11709.1001.2713.0_neutral_~_8wekyb3d8bbwe with error
0x80073CF3. The specific error text for this failure is: Windows cannot install
package Microsoft.WindowsStore_11709.1001.27.0_x64__8wekyb3d8bbwe because this
package depends on a framework that could not be found. Provide the framework
"Microsoft.NET.Native.Runtime.1.6" published by "CN=Microsoft Corporation,
O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral or x64
processor architecture and minimum version 1.6.24903.0, along with this package
to install. The frameworks with name "Microsoft.NET.Native.Runtime.1.6"
currently installed are: {}
Running "Get-AppxPackage | Where-Object -Property Name -Like '*NET.Native*' | Select-Object Name, InstallLocation" indicates I have the following:
Microsoft.NET.Native.Framework.1.3 C:\Program Files\WindowsApps\Microsoft.NET.Native.Framework.1.3_1.3.24201.0_x64__...
Microsoft.NET.Native.Framework.1.3 C:\Program Files\WindowsApps\Microsoft.NET.Native.Framework.1.3_1.3.24201.0_x86__...
Microsoft.NET.Native.Runtime.1.4 C:\Program Files\WindowsApps\Microsoft.NET.Native.Runtime.1.4_1.4.24201.0_x64__8w...
Microsoft.NET.Native.Runtime.1.4 C:\Program Files\WindowsApps\Microsoft.NET.Native.Runtime.1.4_1.4.24201.0_x86__8w...
Microsoft.NET.Native.Runtime.1.3 C:\Program Files\WindowsApps\Microsoft.NET.Native.Runtime.1.3_1.3.23901.0_x64__8w...
Microsoft.NET.Native.Runtime.1.3 C:\Program Files\WindowsApps\Microsoft.NET.Native.Runtime.1.3_1.3.23901.0_x86__8w...
Microsoft.NET.Native.Framework.1.7 C:\Program Files\WindowsApps\Microsoft.NET.Native.Framework.1.7_1.7.25531.0_x86__...
Microsoft.NET.Native.Framework.1.7 C:\Program Files\WindowsApps\Microsoft.NET.Native.Framework.1.7_1.7.25531.0_x64__...
Microsoft.NET.Native.Runtime.1.7 C:\Program Files\WindowsApps\Microsoft.NET.Native.Runtime.1.7_1.7.25531.0_x64__8w...
Microsoft.NET.Native.Runtime.1.7 C:\Program Files\WindowsApps\Microsoft.NET.Native.Runtime.1.7_1.7.25531.0_x86__8w...
I have searched high and low but cannot figure out a way to get Microsoft.NET.Native.Runtime.1.6 installed.