Unable to Activate Windows Store App

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

    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.

    Solution:

    Remove the App.config

    and build again

提交回复
热议问题