Hi @Karhu Koti ,
My name is Harry, Support Engineer who specialize in UWP (Universal Windows Platform). Thank you for reaching out on Microsoft Q&A!
The crash likely occurs in the purchase dialog UI, possibly due to corrupted system components or Store SDK issues. Here are some solutions you can ask your customer to try:
- Freshly reinstall the application
- Ensure the affected device has the latest Windows updates and Microsoft Store version
- Reset the Windows Store cache by pressing Win + R, typing
wsreset.exe
, and hitting Enter. - Reinstall Store Components by using PowerShell and run this command:
Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode - Register "$($_.InstallLocation)\AppXManifest.xml"}
- Contact Microsoft Support using this link: https://support.microsoft.com/contactus/
I hope this helps you get things back on track quickly! If my suggestions can solve your issue, feel free to interact with the system accordingly!
Thank you!