4/22/2019
Posted by 
You can try following before we move into advanced troubleshooting -
1. Run Windows App Troubleshooter
Windows Key+X > Click Settings > Click Update & security > Click Troubleshoot > Scroll down to the bottom > Click Windows Store Apps > Click Run the Troubleshooter
2. Reset Windows Store in Settings
Type Apps in Windows Start Search box > Click Apps & Features > Scroll down & click Microsoft Store > Click Advanced Optons > Reset
3. Reset Solitaire
Right click on Windows Start > Apps & features > Scroll down to locate Microsoft Solitaire > Advanced Options > Reset
4. Re-register Solitaire
Right click on Windows Start > Windows Powershell (Admin) > Copy following and paste into Powershell > Enter
Get-AppxPackage -allusers *MicrosoftSolitaireCollection* Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}
Do let me know if above don't work for you. If not, I will provide further troubleshooting steps to you to solve this problem.