Error : DEP0700 : Registration of the app failed. error 0x80070002: Windows cannot register the package because of an internal error or low memory

8

I am using visual studio 2013 to create a window 8.1 store app. When I run simulator. I received error message "Error : DEP0700 : Registration of the app failed. error 0x80070002: Windows cannot register the package because of an internal error or low memory. (0x80073cf6) App1". I have try reinstall it, but still have this error. How do solve it?

windows-8
windows-store-apps
windows-8.1
asked on Stack Overflow Oct 12, 2013 by Howard Hee

3 Answers

3

problem is "visual studio is not able to delete the application data in local folder" so when you go in the location C:\Users\UserName\AppData\Local\Packages you will find application data of app installed in your computer now you need to find your app's applicaion data and delete the folder. folder name is same as the package family name which you can see in your solution. now again open the solution and rebuild and your app will run. ^_^ Note -> 1. close visual studio and simulator before deleting the folder. 2. make sure that your account is set as administrator.

answered on Stack Overflow Jul 14, 2014 by user3714810
0

I solved this when I realized my development path was to long, also I disabled my anti virus for the first that I ran the app. This seemed to fix my problem.

answered on Stack Overflow Feb 2, 2015 by DR.
0

I faced the similar problem while developing in VS 2015 Its simple, you just have to do is go to: Build --> Clean Solution and then Build --> Rebuild Solution. That should solve this error.

answered on Stack Overflow May 29, 2016 by Viral Parmar

User contributions licensed under CC BY-SA 3.0