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

后端 未结 3 1976
温柔的废话
温柔的废话 2021-01-01 15:02

Today I updated my Windows 10 PC to Threshold 2. The update went fine apart from Visual Studio refusing to run any of my Universal Windows 10 projects (including new ones).<

相关标签:
3条回答
  • 2021-01-01 15:42

    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

    0 讨论(0)
  • 2021-01-01 15:45

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

    0 讨论(0)
  • 2021-01-01 15:56

    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.

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