I installed a retail version of Windows 8 Pro. I downloaded and installed Visual Studio Express 2012. I asked for and received a developers certificate. Then I tried to c
this can happen when the application signing key (.pfx
file) is missing.
Try the following:
Package.appxmanifest
file in Visual Studio .gitignore
file. There should be an entry like !**\*_TemporaryKey.pfx
to include the key in Git.