Unable to Activate Windows Store App

后端 未结 23 3207
臣服心动
臣服心动 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: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

提交回复
热议问题