How do I properly uninstall a Windows 8 app deployed from visual studio?
I have deployed some samples from visual studio. I wanted to remove them from my phone again and do it from my phone. Now I can't deploy the sample again, it doesn't deploy everything. If I create a new phone app, there is no problem deploying it.
How do I properly uninstall apps when deploying from visual studio and how to get the sample to work again, which I broke by uninstalling it from my phone.
+3
source to share
2 answers
Very old, but in case anyone else has this problem I found a solution here:
- Install Windows Phone Power Tools (CodePlex)
- connect to the device and remove all applications from isolated storage.
- be happy
+2
source to share