I had a Windows 8 app project I used to play around with that I just dusted off and retargeted to Windows 8.1.
I had it running locally, so I went to generate a test package, but now I'm getting the error: "The publisher attribute of the Identity element in the app manifest must have the value of the Publisher ID value from your developer account: CN=<what
looks like a GUID>".
When I generate a test certificate from the "Choose certificate" UI in Visual Studio, that gets replaced with CN="friendly name". Which gives the same error.
I tried manually setting the ID equal to the Publisher ID value listed on my Dev Center page (that happens to be the GUID) but that doesn't work either.
I renewed my dev license in VS and made sure I was signing in with the same developer account.
Please help. My project won't build at all now.