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?
相关问题
- Listview applies a check to other listview items h
- Programmatically read target platform during run t
- Replacing or recreating a file in Windows 8 RT kee
- how to disable caching HTTP GET in metro app, I am
- ListView in a metro app does not get its vertical
相关文章
- Windows 8.1 How to fix this obsolete code?
- New Windows Application - What language?
- Exception when reading text from the file using Fi
- libxml2 missing for nokogiri gem on Windows 8 x64
- Building Windows 8 Metro App on Windows 7 with Vis
- Webkit transition not working on chrome with windo
- Windows 8 & MySQL? What are my options?
- Visual Studio 2012 designer error
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.
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.
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.