When I use the Microsoft's Desktop App Converter to convert a traditional Win32 app to UWP, the setup for Desktop App Converter succeeds, but when converting it encounters an error E_NO_COMPATIBLE_EXPANDED_BASE_IMAGE
. The details:
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'
Does anyone know the source of this error and how to fix it?
My Desktop App Converter's version is 0.1.22 and the base image is BaseImage-14383.wim, download from here, and my host OS is Win10 Pro Preview version 1677 (14388).