I\'m trying to install Github on my Windows 7 laptop, and I get an error every time I run the GitHubSetup.exe, saying \"Application cannot be started. Contact the applicatio
You can try some of the solutions of this question:
run "rundll32 %windir%\system32\dfshim.dll CleanOnlineAppCache"
if this isn't enough, try again after a reboot
%user%\AppData\Local\AppsThe OP vmazur confirms in the comments:
My problem was solved by going to
%LocalAppData%\Appsand deleting a folder called "2.0" there.
bkribbs cautions in the comments:
That
2.0folder contains the data from multiple applications, I assume all the clickonce ones.
It would be worth going into that folder, expanding the names, and only deleting the ones with the app name in the folder name. Otherwise you risk losing other applications as well.
Had the same problem and fixed it by restoring the application to previous state.
Open github
I recently faced the issue and here is how I fixed it.
Error logged showed that there were some dependency for different dlls.
Republished the application and installed again and it worked.