Unable to activate Windows Store app (Visual Studio 2015, Windows 10 Version 1511)

放肆的年华 提交于 2019-11-30 11:07:05
Erroreer

I managed to fix the problem by checking the box "Compile with .NET Native tool chain" under project's "Properties --> Build" -tab.

similarly in official troubleshooting page this Native and cleanup tips are mentioned

Turns out that my Visual Studio projects must be on my C:/ drive and not a storage drive. All fixed.

Since correct answer does not work for me, I found another bad solution: change your package name for debugging purposes.

Important: you should stop debugging via stop button, not via App`s close button.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!