Unable to Activate Windows Store App

后端 未结 23 3063
臣服心动
臣服心动 2020-12-15 15:56

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

相关标签:
23条回答
  • 2020-12-15 16:02

    For those who get a similar error but who are searching for a solution while debugging an IOT background app on a local machine specifically - you can find it here.

    Using the search term "unable to activate windows store app the activation request failed with error" brought me here.

    0 讨论(0)
  • 2020-12-15 16:04

    For me a RESTART of pc solved this error message.

    0 讨论(0)
  • 2020-12-15 16:05

    This sort of problems are common with Windows 8 Visual Studio. Such errors encounters when your developer license of Visual Studio has expired so you may want to renew or get a new developer license here's how you get that. How to get a developer license in Windows 8

    And similar problem may also encounter with E_Fail issues here's how to solve Unable to activate Windows Store app E_Fail Issue

    0 讨论(0)
  • 2020-12-15 16:09

    The issue might be caused because NuGet will try to add an app.config with binding redirects to Windows Store apps if it thinks it is needed. However, Windows Store apps don’t need app.config, and will actually fail to start with a very confusing error message if it is present.

    And the solution in this case would be to Remove the App.config

    0 讨论(0)
  • 2020-12-15 16:11

    This gift was courtesy of Microsoft's automatic updates for VS2015 which was one of the 2 culprits:

    KB3022398 KB3165756

    It also broke SourceTree and other apps that draw the GUI - making an outline of the app but not drawing the contents.

    0 讨论(0)
  • 2020-12-15 16:12

    For me changing the Package Name in Package.appxmanifest fixed the problem

    0 讨论(0)
提交回复
热议问题