3

当我使用微软的Desktop App Converter将传统的Win32应用程序转换为UWP时,Desktop App Converter的设置成功,但是在转换时遇到错误E_NO_COMPATIBLE_EXPANDED_BASE_IMAGE。细节:

DesktopAppConverter : error 'E_NO_COMPATIBLE_EXPANDED_BASE_IMAGE': No expanded base image with Windows Version compatible with the host OS could be found in 'C:\ProgramData\Microsoft\Windows\Images'
所在位置 C:\Users\dhike\Desktop\DesktopAppConverter_2\converter_util\CWACLogger.ps1:141 字符: 13
+             throw New-Object -TypeName $exceptionType -ArgumentList $ ...
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : OperationStopped: (:) [], ConfigurationErrorsException
    + FullyQualifiedErrorId : DesktopAppConverter : error 'E_NO_COMPATIBLE_EXPANDED_BASE_IMAGE': No expanded base image with Windows Version compatible with the host OS could be found in 'C:\ProgramData\Microsoft\Windows\Images'

有谁知道这个错误的来源以及如何解决它?

我的 Desktop App Converter 的版本是 0.1.22,基础镜像是 BaseImage-14383.wim,从这里下载,我的主机操作系统是 Win10 Pro Preview 版本 1677 (14388)。

4

2 回答 2

3

基础镜像是 BaseImage-14383.wim,从这里下载,我的主机操作系统是 Win10 Pro Preview 版本 1677 (14388) 在“C:\ProgramData\Microsoft”中找不到与主机操作系统兼容的 Windows 版本的扩展基础镜像\Windows\图像'

此异常表明转换器无法找到与您的 Insider Preview 版本匹配的基本映像。您的主机操作系统版本是 Insider 14388,兼容的 Base Image 版本应该是14388而不是14383.

所以唯一的方法是等待 14388 基础镜像并重新设置转换器。

顺便说一句:关于桌面应用程序转换器的反馈,Centennial 团队目前正在UserVoice 网站上监控问题,请在此处发布您的问题。

于 2016-07-13T12:44:16.120 回答
0

我有同样的错误。我在 Fast Insider 频道 (1709 OS 16296.0) 中使用 Windows。我下载了 BaseImage “BaseImage-16257.wim”

最后一个 BaseImage 与此 Insider Build 不正确吗?

    PowerShell Error Record:
DesktopAppConverter : error 'E_NO_COMPATIBLE_EXPANDED_BASE_IMAGE': No expanded base image with Windows Version compatible with the host OS could be found in 'C:\ProgramData\Microsoft\Windows\Images'
PowerShell Stack Trace:
à RaiseUserException, C:\Program Files\WindowsApps\Microsoft.DesktopAppConverter_2.0.2.0_x64__8wekyb3d8bbwe\converter_util\DACLogger.ps1 : ligne 158
à RaiseUserException, C:\Program Files\WindowsApps\Microsoft.DesktopAppConverter_2.0.2.0_x64__8wekyb3d8bbwe\converter_util\DACLogger.ps1 : ligne 132
à Get-ExpandedBaseImage, C:\Program Files\WindowsApps\Microsoft.DesktopAppConverter_2.0.2.0_x64__8wekyb3d8bbwe\converter_util\BaseImageOps.ps1 : ligne 57
à <ScriptBlock><Process>, C:\Program Files\WindowsApps\Microsoft.DesktopAppConverter_2.0.2.0_x64__8wekyb3d8bbwe\DesktopAppConverter.ps1 : ligne 631
à <ScriptBlock>, <Aucun fichier> : ligne 1
于 2017-09-24T06:32:05.857 回答