如何将 Metro 应用部署到桌面?
我正在尝试将我的 C# 应用程序部署到我的 Windows 8 Metro 桌面。我可以在 bin 文件夹中看到部署的文件,但是当我尝试打开它们时,出现以下错误:
此应用程序只能在 AppContainer 的上下文中运行。
我检查了属性上下文菜单,并搜索了清单和项目设置文件。
我认为解决方案是以下之一:
- 部署应用程序并将其安全上下文设置为 AppContainer ?
- 在 AppContainer 上下文中运行应用程序?
- 将应用程序直接部署到我的 Metro 桌面?
但我不知道如何解决这个问题,因为我在文档中找不到错误。
I am trying to deploy my C# app to my Windows 8 Metro desktop. I can see the deployed files in the bin folder but when i try to open them i get the following error:
This application can only run in the context of an AppContainer.
I checked the properties context menu and i searched through both the manifest and the project settings files.
I think the solution is one of the following
- deploy the application with its security context set to AppContainer ?
- run the application in the AppContainer context ?
- deploy the application directly to my metro desktop ?
But I have no clue how to approach this as I can't find the error in the docs.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Metro 风格的应用程序并不意味着像普通应用程序一样运行。如果要运行您编写的应用程序,可以执行以下操作之一:
Metro-style apps aren't meant to be run as ordinary applications. If you want to run an application you wrote, you can do one of the following: