我正在Visual Studio中创建一个新的Windows应用商店应用程序。我似乎无法运行我创建的任何应用程序。即使一个新创建的空白应用程序给我的错误无法访问visual studio中新创建的项目
Error : DEP0700 : Registration of the app failed. error 0x80070005: Opening file from location: C:\Users\Jacob\Documents\Visual Studio 2012\Projects\App1\App1\bin\Debug\AppX\AppxManifest.xml failed with error: Access is denied.
. (0x80070005) App1
任何想法?我已经检查了AppxManifest.xml文件的权限,我完全可以控制它。我也尝试在提升的权限下运行visual studio,它仍然会出现相同的错误。
编辑:混合似乎有相同的问题视觉工作室,这里是从混合输出:
Application installation failed.
Registering the application to run from layout...
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\AppxPackage\Microsoft.AppXPackage.Targets(1722,9): error : DEP0700: Registration of the app failed. error 0x80070005: Opening file from location: C:\Users\Jacob\Documents\Visual Studio 2012\Projects\booktest\booktest\bin\Debug\AppX\AppxManifest.xml failed with error: Access is denied.
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\AppxPackage\Microsoft.AppXPackage.Targets(1722,9): error : . (0x80070005)
以管理员身份运行? –
@Mr_Green他提到测试提升权限。 – Jared
这可以给你一些提示吗?http://stackoverflow.com/questions/11047277/win8-registration-of-the-app-in-the-layout-folder-failed – Zenwalker