VS2015 error Dep0700:registration of the app failed when debugging UWP programs. Another user has already installed

Source: Internet
Author: User

After debugging a project on the same WINDOWS10 computer, switching the account again debugging error

Dep0700:registration of the app failed. Another user has already installed a packaged version of this app. An unpackaged version cannot replace this. The conflicting package are {{{packagename}}} and it was published by Cn={{{certificate Stuff}}}. (0X80073CF9)

A program that has not been packaged has been installed by another user and cannot be installed again. Google post-solution is as follows

Http://stackoverflow.com/questions/13865930/how-to-uninstall-an-app-that-another-user-installed

Switch to the original user

Run the Power shell in Administrator mode

Execute get-appxpackage-all command

Find the full name of the program Packagefullname

Then run the command remove-appxpackage <packagefullname>

And then you can debug it.

VS2015 error Dep0700:registration of the app failed when debugging UWP programs. Another user has already installed

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.