WACK not finding your app?

I had some problems when I tried to run WACK 2.2 (Windows App Cert Kit) to test my new App.

After selecting “Validate Windows Store App” – WACK persisted to show an old test project, in doubles,  instead of the name of my Windows App. If I uninstalled my app from the start screen, WACK still showed the old test project as installed, but this time only one time.

Installing my App again for testing, just resulted in a copy of the line describing my old test project as an installed App.

It was clear that my old test project was some how messing things up, problem is it wasn’t visible on the start screen so there was no way of uninstalling it from there.

How to fix it and uninstall a Windows 8 app manually

To locate all installed packages I ran the “Debuggable Package Manager” tool shipped with Visual Studio 2012.

In DPM you can list all your installed Apps with the “Get-AppxPackage” command.

Then use the command “Remove-AppxPackage -name” to remove the package.

Observe!  The name parameter required is the full name of the package that you can find listed for each package in the complete package list.

Old App removed

After removing the old package, I could deploy my App again from Visual Studio and actually see it listed with the correct package name in WACK.

And my App passed on the first test run 🙂

 

Happy coding!

WACK Issues
Tagged on:     

3 thoughts on “WACK Issues

  • November 30, 2014 at 08:38
    Permalink

    Today, while I was at work, my cousin stole my iphone and tested to see if it can survive a twenty five foot drop, just so she can be a youtube sensation. My iPad is now destroyed and she has 83 views. I know this is totally off topic but I had to share it with someone!

    Reply
  • December 2, 2014 at 01:07
    Permalink

    This webpage doesn’t display correctly on my iphone 3gs – you might want to try and fix that

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.