使用 ClickOnce 部署 WPF Prism 应用程序会遇到一般错误

发布于 2024-12-05 12:57:03 字数 758 浏览 1 评论 0原文

我正在尝试使用 ClickOnce 部署来部署 WPF Prism 应用程序。我已按照以下步骤操作 (http://msdn.microsoft.com/en-us/library/gg405497(v=pandp.40).aspx)

  1. 发布 Shell 应用程序的初始版本
  2. 更新清单以包括动态加载的模块程序集 - 我使用 Mage 来包含动态加载的模块。

然后尝试启动并安装该应用程序,但遇到一般错误。

“应用程序无法启动。请联系应用程序供应商”

我没有运行任何其他应用程序。每次我尝试安装该应用程序时都会遇到此错误。请从下面的日志中查找详细信息。

操作进展情况 * [9/19/2011 4:22:20 PM] : 激活 http://localhost/ABCTools/ ABCTools.Shell.application 已启动。 * [9/19/2011 4:22:20 PM] :部署清单的处理已成功完成。

错误详情 在此操作期间检测到以下错误。 * [9/19/2011 4:22:20 PM] System.Runtime.InteropServices.COMException - 系统资源不足,无法完成请求的服务。 (HRESULT 异常:0x800705AA) - 来源:System.Deployment

I am trying to deploy a WPF Prism application using ClickOnce Deployment. I have followed the following steps (http://msdn.microsoft.com/en-us/library/gg405497(v=pandp.40).aspx)

  1. Publishing an Initial Version of the Shell Application
  2. Updating the Manifests to Include Dynamically Loaded Module Assemblies - I have used Mage to include the dynamically loaded modules.

and then tried to launch and install the application but it runs in to a generic error.

"Application cannot be started. Contact the applicaiton vendor"

I am not running any other applications. I am running in to this error everytime I try to install the application. Please find the details from the log below.

OPERATION PROGRESS STATUS
* [9/19/2011 4:22:20 PM] : Activation of http://localhost/ABCTools/ABCTools.Shell.application has started.
* [9/19/2011 4:22:20 PM] : Processing of deployment manifest has successfully completed.

ERROR DETAILS
Following errors were detected during this operation.
* [9/19/2011 4:22:20 PM] System.Runtime.InteropServices.COMException
- Insufficient system resources exist to complete the requested service. (Exception from HRESULT: 0x800705AA)
- Source: System.Deployment

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

绾颜 2024-12-12 12:57:04

您应该验证安装在不同的计算机上是否同样失败。您收到的异常与系统损坏有关,甚至可能是 NGEN(在 .net 框架中)的损坏。

http://www.wiki-errors.com/wiki-errors.php ?wiki=0x800705AA

http://forums.asp.net/t/1502957.aspx/1

You should verify whether the installation fails the same on a different computer. The exception you are getting is related to system corruption, possibly even of NGEN (in the .net framework).

http://www.wiki-errors.com/wiki-errors.php?wiki=0x800705AA

http://forums.asp.net/t/1502957.aspx/1

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文