Reputation: 443
I am working on a C# Metro app in the Visual Studio 11 Beta. When I run the Windows App Certification Kit my application doesn't show up. What's strange is that other apps I've done do show up. I have no answer for why some show up and some don't.
Anyone know what needs to be done in VS or my app to make it visible in the app cert tool?
Upvotes: 2
Views: 603
Reputation: 2743
Workaround for the bug
Upvotes: 2
Reputation: 355207
You need to build the release configuration of your application and deploy it (Build -> Deploy Solution).
Upvotes: 0