当我使用微软的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)。