7

我发现了一些提到此错误的帖子,但没有任何帮助。我创建了一个新的C#Windows应用商店的项目,当我尝试建立并在模拟器上运行它,我得到Visual Studio中的以下错误:Windows 8空白应用程序+ DEP0700错误

Error 1 Error : DEP0700 : Registration of the app failed. error 0x80072EE4: The Visual Elements extension failed while processing the Notification element. (0x80073cf6) TestDeploy 

下面是从运行中所涉及的电源外壳命令的详细信息不同的帖子:

12/18/2012 3:03:59 PM 404 Error error 0x80073CF6: AppX Deployment operation failed. The specific error text for this failure is: error 0x80072EE4: The Visual Elements extension failed while processing the Notification element. 
12/18/2012 3:03:59 PM 401 Error Deployment Register operation on Package cc8bb3bb-d444-4dbe-ae12-64684b12b727_1.0.0.0_neutral__2awvr17ztw74c from: (C:\Users\myself\documents\visual studio 2012\Projects\TestDeploy\TestDeploy\bin\Debug\AppX\AppxManifest.xml) failed with error 0x80073CF6. See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment issues. 
12/18/2012 3:03:59 PM 605 Information The last successful state reached was PackagesInUseClosed. 
12/18/2012 3:03:59 PM 300 Error error 0x80073CF6: Cannot register the cc8bb3bb-d444-4dbe-ae12-64684b12b727_1.0.0.0_neutral__2awvr17ztw74c package due to the following error: Package could not be registered. 
. 
12/18/2012 3:03:59 PM 316 Error error 0x80072EE4: Cannot register the cc8bb3bb-d444-4dbe-ae12-64684b12b727_1.0.0.0_neutral__2awvr17ztw74c package because the following error was encountered during the registration of the windows.visualElements extension: <Error message string not found>.  
12/18/2012 3:03:59 PM 306 Error error 0x80072EE4: While installing the cc8bb3bb-d444-4dbe-ae12-64684b12b727_1.0.0.0_neutral__2awvr17ztw74c package, the system failed to register the windows.visualElements extension due to the following error: <Error message string not found>.  
12/18/2012 3:03:59 PM 5092 Error error 0x80072EE4: The Visual Elements extension failed while processing the Notification element. 
12/18/2012 3:03:57 PM 10002 Information Creating Resiliency File C:\ProgramData\Microsoft\Windows\AppRepository\4850558d-7f7f-4109-9376-3b78bf5acc86_S-1-5-21-1715567821-179605362-839522115-27106_1.rslc for Register Operation on Package cc8bb3bb-d444-4dbe-ae12-64684b12b727_1.0.0.0_neutral__2awvr17ztw74c.  
12/18/2012 3:03:57 PM 603 Information Started deployment Register operation on a package with main parameter: file:///C:/Users/myself/documents/visual%20studio%202012/Projects/TestDeploy/TestDeploy/bin/Debug/AppX/AppxManifest.xml. See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment issues. 
12/18/2012 3:03:57 PM 301 Information The calling process is C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe 

任何想法?我完全控制了项目中的每个人,重新启动了多次,尝试重新安装Visual Studio,并以管理员身份运行Visual Studio。任何帮助,将不胜感激!

+0

您是否拥有最新的SDK并安装了任何待定的Windows更新? – keyboardP

+0

如何部署到本地机器,而不是模拟器。我在制作自己的项目时看到了模拟器出现奇怪的错误 –

+0

据我所知,一切都完全是最新的。当我部署到本地机器时出现同样的错误:( – chinabuffet

回答

6

我得到这个“工作”通过杀死并重新启动explorer.exe基于来自我发现不同谷歌搜索的建议。并没有真正意义的我,还是显得可靠地工作,但它有时至少工作... OO

编辑

奏效是重新安装Visual Studio中的某种组合更永久的解决方案2012年和安装Visual Studio更新1

+0

这也适用于VS 2013预览 – borrrden

+0

我的VS 2013 Preview也面临这个问题,我需要重新安装vs2012还是vs2013?我尝试重新安装VS2013,但不工作! –

0

看来,这个问题必须做一些事情来安装应用程序既本地机和模拟器

1

我得到了同样的错误,在我的情况下,既没有骑自行车的explorer.exe,也不使用Up卸载/重新安装Studio 2012 Ultimate日期3工作。

什么做的工作是启动的Visual Studio 2012年“以管理员身份运行”

0

我的情况是我复制一个WP 8.1项目,并添加一些代码合并到重复的项目。 我完成合并后,当我将它部署到模拟器时,我收到了“Package can not be registered”消息。

但我最初的WP 8.1项目在模拟器上成功运行。

根本原因是我删除了一些应用程序标志PNG图像。 VS2013不会告诉你图像丢失,但显示“Package can not be registered”。

希望这会有所帮助。

-1

这发生在我在卸载使用VS安装了一个自定义应用程序,并试图通过任VS或者直接使用Add-AppDevPackage.ps1脚本

虽然这不是你想听到的重新安装新版本后,重新启动为我解决了这个问题。我试图杀死浏览器进程并重新启动,如上所述,但这并不适用于我。

相关问题