每次在Windows Store中发生错误时,都会留下一个代码。虽然这些代码对最终用户没有意义,但如果提供给技术支持团队,它们可以提供帮助。但是,Microsoft在其网站上已经有这些代码,并提供了相同的解决方案。这是来自Microsoft MSDN的 Microsoft Store 应用程序的错误代码(Error Codes for Microsoft Store apps)列表。它提供了代码、消息原因以及描述以及建议的解决方法或解决方法。
Microsoft Store错误代码、描述、解决方案列表
虽然所有错误代码都有描述,但有些代码有解决方案或原因或调试或解决方法。因此,如果您找不到解决方案,您可以随时在我们的网站上搜索这些代码。
每个都提到了错误代码(Error Code)、描述(Description)和Resolution/Workaround
0x80073CFB ERROR_PACKAGE_ALREADY_EXISTS(0x80073CFB)
提供
的包已经安装,阻止重新安装包。
如果安装的包与已安装的包按位不同,您可能会收到此错误。请注意,数字签名也是包的一部分。因此(Hence),如果一个包被重建或退出,它就不再与以前安装的包按位相同。
修复此错误的两个可能选项是:(1) 增加应用程序的版本号,然后重新构建并退出包 (2) 在安装新包之前为系统上的每个用户删除旧包。
0x80073CF0
ERROR_INSTALL_OPEN_PACKAGE_FAILED
无法打开包。
包未签名,发布者名称与签名证书主题不匹配,缺少 file:// 前缀或在指定位置找不到包。
建议:查看AppxPackagingOM事件日志以获取更多信息。
0x80073CF2
ERROR_INSTALL_INVALID_PACKAGE
包数据无效。
0x80073D00 ERROR_PACKAGE_UPDATING
该
应用程序无法启动,因为它当前正在更新。
0x80073D01
ERROR_DEPLOYMENT_BLOCKED_BY_POLICY
包部署操作被策略阻止。请联系您的系统管理员。
包(Package)部署被应用程序控制策略(Application Control Policies)阻止,包(Package)部署被“允许特殊配置文件中的部署操作”策略阻止。可能的原因之一是需要漫游配置文件。
请参阅部署漫游用户配置文件(Deploy Roaming User Profiles)以在用户帐户上设置漫游用户配置文件。(User Profiles)如果您的系统上没有配置任何策略并且您仍然看到此错误,那么您可能是使用临时配置文件登录的。注销并重新登录,然后再次尝试该操作。
0x80073CF4
ERROR_INSTALL_OUT_OF_DISK_SPACE
您的计算机上没有足够的磁盘空间。释放一些空间,然后重试。
0x80073CF5
ERROR_INSTALL_NETWORK_FAILURE
无法下载包。
0x80073CF6
ERROR_INSTALL_REGISTRATION_FAILURE
无法注册包。
0x800700B
ERROR_BAD_FORMAT
包的格式不正确,需要重新构建或重新签名。如果签名证书主题名称和AppxManifest.xml(AppxManifest.xml)发布者名称不匹配,您可能会收到此错误。
0x80073CF7
ERROR_INSTALL_DEREGISTRATION_FAILURE
包无法注销。删除软件包时可能会出现此错误。
0x80073CF8
ERROR_INSTALL_CANCEL
用户取消了安装请求。
0x80073CF9
ERROR_INSTALL_FAILED
软件包安装失败。联系软件供应商。
0x80073CFA
ERROR_REMOVE_FAILED
包删除失败。对于软件包卸载期间发生的故障,您可能会收到此错误。
ERROR_INSTALL_PACKAGE_NOT_FOUND
找不到包。
删除未为当前用户安装的软件包时,您可能会收到此错误。
0x80073CFC
ERROR_NEEDS_REMEDIATION
应用程序无法启动。尝试重新安装应用程序。
0x80073CFD
ERROR_INSTALL_PREREQUISITE_FAILED
无法满足指定的安装先决条件。
0x80073CFE ERROR_PACKAGE_REPOSITORY_CORRUPTED(0x80073CFE)
软件包
存储库已损坏。
如果此注册表项引用的文件夹不存在或已损坏,您可能会收到此错误:
HKLM\Software\Microsoft\Windows\CurrentV ersion\Appx\PackageRepositoryRoot
要从此状态恢复,请刷新您的 PC。
0x80073CFF
ERROR_INSTALL_POLICY_FAILURE
要安装此应用程序,您需要开发人员许可证或启用侧载的系统。
调试:如果程序包不满足以下要求之一,您可能会收到此错误:在具有Windows 应用商店(Windows Store)开发人员许可证的计算机上使用Visual Studio中的 F5 部署应用程序,使用(Visual Studio)Microsoft签名对程序包进行签名并部署为Windows的一部分或来自Windows 应用商店(Windows Store),该软件包使用受信任的签名进行签名,并安装在具有Windows 应用商店(Windows Store)开发人员许可证的计算机上,即具有AllowAllTrustedApps的已加入域的计算机上(AllowAllTrustedApps)
策略启用,或具有启用了AllowAllTrustedApps策略的(AllowAllTrustedApps)Windows Sideloading许可证的计算机。
0x80073D02 ERROR_PACKAGES_IN_USE(0x80073D02)
无法
安装包,因为它修改的资源当前正在使用中。
0x80073D03
ERROR_RECOVERY_FILE_CORRUPT
无法恢复包,因为恢复所需的数据已损坏。
0x80073D04
ERROR_INVALID_STAGED_SIGNATURE
签名无效。要在开发人员模式下注册,AppxSignature.p7x和AppxBlockMap.xml必须有效或不应该存在
可能的解决方法:如果您是使用 F5 和Visual Studio的开发人员,请确保您构建的项目目录不包含签名或块映射来自以前版本的软件包的文件。
0x80073D05
ERROR_DELETING_EXISTING_APPLICATIONDATA_STORE_FAILED
删除包以前存在的应用程序数据时出错。原因:如果模拟器正在运行,您会收到此错误。关闭模拟器。
0x80073D06
ERROR_INSTALL_PACKAGE_DOWNGRADE未
找到详细信息。
0x80073D07
ERROR_SYSTEM_NEEDS_REMEDIATION
检测到系统二进制文件中的错误。尝试刷新 PC 以解决问题。
0x80073D08
ERROR_APPX_INTEGRITY_FAILURE_EXTERNAL
在系统上检测到损坏的非 Windows 二进制文件。
0x80073D09
ERROR_RESILIENCY_FILE_CORRUPT
操作无法恢复,因为恢复所需的数据已损坏。
0x80073CF3
ERROR_INSTALL_RESOLVE_DEPENDENCY_FAILED
包无法更新、依赖或冲突验证。
原因:传入的包与已安装的包冲突,找不到指定的包依赖项,包不支持正确的处理器架构。
调试:查看AppXDeployment-Server事件日志以获取更多信息。
0x80070057
E_INVALIDARG
一个或多个参数无效如果您检查AppXDeployment-Server事件日志并看到以下事件;“安装包时,系统注册windows存储库扩展失败,错误如下:参数不正确。”
原因:如果清单元素 DisplayName
描述:包含Windows防火墙不允许的字符,您可能会收到此错误;即“|” 和“全部”,因此Windows无法为包创建AppContainer配置文件。请从清单中删除这些字符并尝试安装包。
0x80073D0A
ERROR_INSTALL_FIREWALL_SERVICE_NOT_RUNNING
无法安装程序包,因为Windows 防火墙(Windows Firewall)服务未运行。启用Windows 防火墙(Windows Firewall)服务,然后重试。
0x800B0100
TRUST_E_NOSIGNATURE 主题
中不存在签名。原因:如果包未签名或签名无效,您可能会收到此错误。必须对包进行签名才能部署。
0x800B0109
CERT_E_UNTRUSTEDROOT 已
处理的证书链,但以不受信任的提供者信任的根证书终止。
0x800B010A
CERT_E_CHAINING 无法
将证书链构建到受信任的根证书颁发机构。
0x80080209
APPX_E_INVALID_SIP_CLIENT_DATA
用于对包进行签名的 SIP_SUBJECTINFO 结构不包含所需的数据
0x80080200
APPX_E_PACKAGING_INTERNAL
打包API遇到内部错误。
0x80080201
APPX_E_INTERLEAVING_NOT_ALLOWED
包无效,因为它的内容是交错的。
0x80080202
APPX_E_RELATIONSHIPS_NOT_ALLOWED
包无效,因为它包含OPC关系。
0x80080203
APPX_E_MISSING_REQUIRED_FILE
包无效,因为它缺少清单或块映射,或者存在代码完整性文件但缺少签名文件。解决方法:确保包没有缺少以下一个或多个必需文件: AppxManifest.xml 和\AppxBlockMap.xml。如果包包含 AppxMetadataCodeIntegrity.cat 它还必须包含\AppxSignature.p7x。
0x80080204
APPX_E_INVALID_MANIFEST
包的AppxManifest.xml文件无效。
0x80080205
APPX_E_INVALID_BLOCKMAP
包的AppxBlockMap.xml文件无效。
0x80080206
APPX_E_CORRUPT_CONTENT
无法读取包内容,因为它已损坏。
0x80080207
APPX_E_BLOCK_HASH_INVALID
计算的块哈希值与存储在块映射中的值不匹配。
0x80080208
APPX_E_REQUESTED_RANGE_TOO_LARGE
转换为块的字节范围时,请求的字节范围超过 4 GB。
我希望这些代码很有用,并且您能够找出代码的含义以及列出的解决方法。
说到错误代码,您可能也会对这些帖子感兴趣:(Speaking of Error Codes, these posts too, are likely to be of interest to you:)
- 批量激活错误代码和错误消息
- Windows 错误、系统错误消息和代码
- Windows 错误检查或停止错误代码
- Windows 更新错误代码主列表(Master List of Windows Update Error Codes)
- Windows 10 安装或升级错误(Windows 10 Installation or Upgrade Errors)。
List of Microsoft Store error codes, descriptions, resolution
Every time an error occurs in Windows Store, there is a code left behind. While theѕe codes have no meaning to end-userѕ, if given to the technical support team, they can help. However, Microsoft has these codеs already on its websіte, with resolutions available for the same. Here is a list of Error Codes for Microsoft Store apps, sourced from Microsoft MSDN. It gives the code, message causes along with a description, and suggested workaround or resolution method.
List of Microsoft Store error codes, descriptions, resolution
While all the error codes have a description, some of the codes have resolution or causes or debugging or workaround. So in case you don’t find a solution, you can always search for those codes on our website.
The Error Code, Description and Resolution/Workaround have been mentioned against each.
0x80073CFB
ERROR_PACKAGE_ALREADY_EXISTS
The provided package is already installed, and the reinstallation of the package is blocked.
You may get this error if installing a package that is not bitwise identical to the package that is already installed. Note that the digital signature is also part of the package. Hence if a package is rebuilt or resigned, it is no longer bitwise identical to the previously installed package.
Two possible options to fix this error are: (1) Increment the version number of the app, then rebuild and resign the package (2) Remove the old package for every user on the system before installing the new package.
0x80073CF0
ERROR_INSTALL_OPEN_PACKAGE_FAILED
The package couldn’t be opened.
The package is unsigned, The publisher name doesn’t match the signing certificate subject, The file:// prefix is missing or the package couldn’t be found at the specified location.
Suggestions: Check the AppxPackagingOM event log for more info.
0x80073CF2
ERROR_INSTALL_INVALID_PACKAGE
The package data isn’t valid.
0x80073D00
ERROR_PACKAGE_UPDATING
The app can’t be started because it’s currently updating.
0x80073D01
ERROR_DEPLOYMENT_BLOCKED_BY_POLICY
The package deployment operation is blocked by policy. Contact your system administrator.
Package deployment is blocked by Application Control Policies, Package deployment is blocked by the “Allow deployment operations in special profiles” policy. One of the possible reasons is the need for a roaming profile.
See Deploy Roaming User Profiles to set up Roaming User Profiles on user accounts. If there are no policies configured on your system and you still see this error, perhaps you are logged in with a temporary profile. Log out and log in again, then try the operation again.
0x80073CF4
ERROR_INSTALL_OUT_OF_DISK_SPACE
There isn’t enough disk space on your computer. Free some space and try again.
0x80073CF5
ERROR_INSTALL_NETWORK_FAILURE
The package can’t be downloaded.
0x80073CF6
ERROR_INSTALL_REGISTRATION_FAILURE
The package can’t be registered.
0x800700B
ERROR_BAD_FORMAT
The package isn’t correctly formatted and needs to be re-built or re-signed. You may get this error if there is a mismatch between the signing certificate subject name and the AppxManifest.xml publisher name.
0x80073CF7
ERROR_INSTALL_DEREGISTRATION_FAILURE
The package can’t be unregistered. You may get this error while removing a package.
0x80073CF8
ERROR_INSTALL_CANCEL
The user canceled the install request.
0x80073CF9
ERROR_INSTALL_FAILED
The package install failed. Contact the software vendor.
0x80073CFA
ERROR_REMOVE_FAILED
Package removal failed. You may get this error for failures that occur during the package uninstall.
ERROR_INSTALL_PACKAGE_NOT_FOUND
The package couldn’t be found.
You may get this error while removing a package that isn’t installed for the current user.
0x80073CFC
ERROR_NEEDS_REMEDIATION
The app can’t be started. Try reinstalling the app.
0x80073CFD
ERROR_INSTALL_PREREQUISITE_FAILED
A specified install prerequisite couldn’t be satisfied.
0x80073CFE
ERROR_PACKAGE_REPOSITORY_CORRUPTED
The package repository is corrupted.
You may get this error if the folder referenced by this registry key doesn’t exist or is corrupted:
HKLM\Software\Microsoft\Windows\CurrentV ersion\Appx\PackageRepositoryRoot
To recover from this state, refresh your PC.
0x80073CFF
ERROR_INSTALL_POLICY_FAILURE
To install this app, you need a developer license or a sideloading-enabled system.
Debugging: You may get this error if the package doesn’t meet one of the following requirements: The app is deployed using F5 in Visual Studio on a computer with a Windows Store developer license,
The package is signed with a Microsoft signature and deployed as part of Windows or from the Windows Store, The package is signed with a trusted signature and installed on a computer with a Windows Store developer license, a domain-joined computer with the AllowAllTrustedApps policy enabled, or a computer with a Windows Sideloading license with the AllowAllTrustedApps policy enabled.
0x80073D02
ERROR_PACKAGES_IN_USE
The package couldn’t be installed because the resources it modifies are currently in use.
0x80073D03
ERROR_RECOVERY_FILE_CORRUPT
The package couldn’t be recovered because the data that’s necessary for recovery is corrupted.
0x80073D04
ERROR_INVALID_STAGED_SIGNATURE
The signature isn’t valid. To register in developer mode, AppxSignature.p7x and AppxBlockMap.xml must be valid or shouldn’t be present
Possible workaround: If you are a developer using F5 with Visual Studio, ensure that your built project directory doesn’t contain signature or block map files from previous versions of the package.
0x80073D05
ERROR_DELETING_EXISTING_APPLICATIONDATA_STORE_FAILED
An error occurred while deleting the package’s previously existing application data. Cause: You get this error if the simulator is running. Close the simulator.
0x80073D06
ERROR_INSTALL_PACKAGE_DOWNGRADE
No details found.
0x80073D07
ERROR_SYSTEM_NEEDS_REMEDIATION
An error in a system binary was detected. Try refreshing the PC to fix the problem.
0x80073D08
ERROR_APPX_INTEGRITY_FAILURE_EXTERNAL
A corrupted non-Windows binary was detected on the system.
0x80073D09
ERROR_RESILIENCY_FILE_CORRUPT
The operation couldn’t be resumed because data that’s necessary for recovery is corrupted.
0x80073CF3
ERROR_INSTALL_RESOLVE_DEPENDENCY_FAILED
The package failed to update, dependency, or conflict validation.
Causes: The incoming package conflicts with an installed package, A specified package dependency can’t be found, The package doesn’t support the correct processor architecture.
Debugging: Check the AppXDeployment-Server event log for more info.
0x80070057
E_INVALIDARG
One or more arguments are not valid If you check the AppXDeployment-Server event log and see the following event; “While installing the package, the system failed to register the windows repository extension due to the following error: The parameter is incorrect.”
Cause: You may get this error if the manifest elements DisplayName
Description: contain characters disallowed by Windows firewall; namely “|” and “all”, due to which Windows fails to create the AppContainer profile for the package. Please remove these characters from the manifest and try installing the package.
0x80073D0A
ERROR_INSTALL_FIREWALL_SERVICE_NOT_RUNNING
The package couldn’t be installed because the Windows Firewall service isn’t running. Enable the Windows Firewall service and try again.
0x800B0100
TRUST_E_NOSIGNATURE
No signature is present in the subject. Cause: You may get this error if the package is unsigned or the signature isn’t valid. The package must be signed to be deployed.
0x800B0109
CERT_E_UNTRUSTEDROOT
A certificate chain processed but terminated in a root certificate that isn’t trusted by the trusted provider.
0x800B010A
CERT_E_CHAINING
A certificate chain couldn’t be built to a trusted root certification authority.
0x80080209
APPX_E_INVALID_SIP_CLIENT_DATA
The SIP_SUBJECTINFOstructure used to sign the package didn’t contain the required data
0x80080200
APPX_E_PACKAGING_INTERNAL
The packaging API has encountered an internal error.
0x80080201
APPX_E_INTERLEAVING_NOT_ALLOWED
The package isn’t valid because its contents are interleaved.
0x80080202
APPX_E_RELATIONSHIPS_NOT_ALLOWED
The package isn’t valid because it contains OPC relationships.
0x80080203
APPX_E_MISSING_REQUIRED_FILE
The package isn’t valid because it’s missing a manifest or block map, or a code integrity file is present but a signature file is missing. Workaround: Ensure that the package isn’t missing one or more of these required files: \AppxManifest.xml and \AppxBlockMap.xml. If the package contains \AppxMetadata\CodeIntegrity.cat it must also contain \AppxSignature.p7x.
0x80080204
APPX_E_INVALID_MANIFEST
The package’s AppxManifest.xml file isn’t valid.
0x80080205
APPX_E_INVALID_BLOCKMAP
The package’s AppxBlockMap.xml file isn’t valid.
0x80080206
APPX_E_CORRUPT_CONTENT
The package contents can’t be read because it’s corrupted.
0x80080207
APPX_E_BLOCK_HASH_INVALID
The computed hash value of the block doesn’t match the has a value stored in the block map.
0x80080208
APPX_E_REQUESTED_RANGE_TOO_LARGE
The requested byte range is over 4 GB when translated to a byte-range of blocks.
I hope the codes were useful, and you were able to find out the meaning of the codes, and workarounds for those listed.
Speaking of Error Codes, these posts too, are likely to be of interest to you:
- Volume Activation error codes and error messages
- Windows Errors, System Error Messages and Codes
- Windows Bug Check or Stop Error Codes
- Master List of Windows Update Error Codes
- Windows 10 Installation or Upgrade Errors.