Dominic Maas
Dominic Maas

Reputation: 310

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

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).

When I try run an app I get this message:

Unable to activate Windows Store app '{App}'. The {App name}.exe
process started, but the activation request failed with error 'The app
didn't start'.

I have tried everything:

Extra Info

Upvotes: 19

Views: 8124

Answers (3)

Erroreer
Erroreer

Reputation: 151

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

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

Upvotes: 15

Alex Erygin
Alex Erygin

Reputation: 3230

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.

Upvotes: 0

Dominic Maas
Dominic Maas

Reputation: 310

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

Upvotes: 12

Related Questions