ASP.NET 2.0 - ClickOnce - 处理器架构更改

发布于 2024-12-01 05:20:36 字数 220 浏览 2 评论 0原文

有什么方法可以将处理器架构从任何 CPU 更改为 x86,而无需重新安装现有的 clickonce 应用程序安装?

我们尝试了此操作,它更改了 clickonce 清单文件中的身份,然后在客户端尝试更新时抛出错误。所有迹象都表明用户必须重新安装我读过的所有内容。大多数主题都是 2008-2009 年的,因此我不确定是否对 ClickOnce 可以允许更改目标 CPU 而不会导致清单出现问题进行了任何新更新。

Any way to change processor architecture from any CPU to x86 without existing installs of a clickonce application having to reinstall?

We attempted this and it changes the identity in the clickonce manifest file which then throws an error when the client tries to update. All indications are that the users must reinstall from everything I've read. Most topics were from 2008-2009 so I wasn't sure if any new updates had been made to where ClickOnce can allow the target CPU to be changed without the manifest having problems.

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

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

发布评论

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

评论(1

心是晴朗的。 2024-12-08 05:20:36

由于第三方控件不处理 64 位,我们最近不得不将 ClickOnce 部署的架构更改为 x86。我们正在使用 .NET 4.0,情况仍然如此。我们甚至放弃了证书,但我不知道这是否是一个要求。

We recently had to change architecture of our ClickOnce deployment to x86 thanks to a 3rd party control not handling 64 bit. We're using .NET 4.0 and the same is still true. We even went so far as to resign the certificate, but I don't know if that was a requirement.

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