Hi @Ketan SHAH ,
My name is Harry, Support Engineer who specialize in UWP (Universal Windows Platform). Thank you for reaching out on Microsoft Q&A!
Based on your question, there are 3 situations:
- Windows 10 works with IoT Core x86
- Windows 11 works with IoT Core x64
- Windows 11 does not work with IoT Core x86.
To narrow the investigation, please compare the SDK version or any extensions, framework version in Visual Studio between 2 version (Window 11 and Window 10) to ensure that everything match and nothing missing.
You mentioned that WinAppDeployCmd returns the same error. Can you please try again but with all 3 situations I mention above, using the update command which will create a log file at C:\temp\deploy.log
:
WinAppDeployCmd install -file <pathtoyourapp.appx> -ip <IoTdeivceIP> -log C:\temp\deploy.log -verbose
Also, you can log the visual studio by running this command in Developer Command Prompt:
devenv.exe /log C:\temp\vsdeploy.log
I hope this can help you detect the cause of your issue!
Thank you!