DEP0800 error when trying to deploy MAUI app on windows platform
Describe the bug
Unable to run a dotnet MAUI Blazor app on the windows platfor. (IOS and android OK)
Get the error
Severity Code Description Project File Line Suppression State Error DEP0800: The required framework "C:\Users\ltemimi.nuget\packages\microsoft.windowsappsdk\1.1.1\buildTransitive..\tools\MSIX\win10-x64\Microsoft.WindowsAppRuntime.1.1.msix" failed to install. [0x80073CF9] Deployment Add operation with target volume C: on Package Microsoft.WindowsAppRuntime.1.1_1001.524.1918.0_x64__8wekyb3d8bbwe from: (Microsoft.WindowsAppRuntime.1.1.msix) failed with error 0x8000000B. See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment issues. FrontEnd.UI.Maui.Blazor
P{lease help
Steps to reproduce the bug
1 - Creat a dotnet maui blazor app and use the out of the box app 2 - Select the windows platform 3 - obeserve the error Severity Code Description Project File Line Suppression State Error DEP0800: The required framework "C:\Users\ltemimi.nuget\packages\microsoft.windowsappsdk\1.1.1\buildTransitive..\tools\MSIX\win10-x64\Microsoft.WindowsAppRuntime.1.1.msix" failed to install. [0x80073CF9] Deployment Add operation with target volume C: on Package Microsoft.WindowsAppRuntime.1.1_1001.524.1918.0_x64__8wekyb3d8bbwe from: (Microsoft.WindowsAppRuntime.1.1.msix) failed with error 0x8000000B. See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment issues. FrontEnd.UI.Maui.Blazor
Expected behavior
Expected the app to just run with no expception
Screenshots
No response
NuGet package version
1.1.2
Packaging type
Packaged (MSIX)
Windows version
Windows 11 version 21H2 (22000)
IDE
Visual Studio 2022-preview
Additional context
I am suing windows server 2022 could not select it from the dropdown
Looks related to https://github.com/microsoft/WindowsAppSDK/issues/2469
Looks related to #2469
Seems related only in the loosest sense. This is error 0x8000000B failing to install the Framework package. #2469 was a failure to install the not-Store-signed DDLM package.
Something's wrong, but I'm doubtful it's related #2469. Though could be related to another issue. The error message mentions Microsoft.WindowsAppRuntime.1.1_1001.524.1918.0_x64__8wekyb3d8bbwe i.e. release 1.1.1 though the issue says "NuGet package version 1.1.2". Not sure what to make of it.
@sachintaMSFT thoughts?
laz-oscore Does this repro with the recent 1.1.3 servicing update?
laz-oscore Does this repro with the recent 1.1.3 servicing update?
Does this repro with 1.1.4? (the latest servicing update)