commit 396d689c60cfe327ec94fa4824e0b1136681fcf7 parent cc62f8c8eade22c4e573cfcdc719035d31dc4990 Author: Ashwini Patil <47225815+ashpatil-msft@users.noreply.github.com> Date: Wed, 22 Sep 2021 12:31:38 -0700 Update troubleshooting doc with recent error and findings (#1495) * Update troubleshooting doc with recent errors and findings Diffstat:
| M | .github/actions/spelling/allow.txt | | | 1 | + |
| M | doc/troubleshooting/README.md | | | 11 | +++++++++++ |
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/.github/actions/spelling/allow.txt b/.github/actions/spelling/allow.txt @@ -15,6 +15,7 @@ appmodel apps appx appxbundle +appxbundles appxmanifest appxsdk APSTUDIO diff --git a/doc/troubleshooting/README.md b/doc/troubleshooting/README.md @@ -106,3 +106,14 @@ This error is related to Delivery Optimization (DO). You may configure the Windo This error is related to Delivery Optimization (DO). You may configure the Windows Package Manager settings to use the standard `WININET` library. Add the following network setting: >`"network": {"downloader": "wininet"}` + +#### Error 0x80070490 + +The following error is displayed when trying to install some appxbundles. + +``` +Install failed: error 0x80070490: Opening the package from location appxbundle_Name.appxbundle failed. +0x80070490 : Element not found. +``` + +A possible troubleshooting step is to install the [KB5005565](https://support.microsoft.com/en-us/topic/september-14-2021-kb5005565-os-builds-19041-1237-19042-1237-and-19043-1237-292cf8ed-f97b-4cd8-9883-32b71e3e6b44) update, reboot your machine and try installing the appxbundle again.