如何在 IE 以外的其他浏览器中向 ClickOnce 应用程序传递 URL 参数?

发布于 2024-08-11 10:22:00 字数 315 浏览 13 评论 0原文

是否可以从 Internet Explorer 之外的其他浏览器向 ClickOnce 应用程序传递参数?

我什至无法从任何其他浏览器启动仅限在线的应用程序。我能够启动离线 ClickOnce 应用程序(.application 文件已下载,并且我能够在本地启动它),但我收到文件未找到异常(无法找到路径的一部分:“清单路径,相对路径”)打开仅在线应用程序的 .application 文件时,将其更改为本地 .application')。

是否可以在没有扩展程序(例如 firefox clickonce 扩展程序)的情况下从其他浏览器运行仅限在线的 ClickOnce 应用程序?

Is it possible to pass arguments to ClickOnce application from other browsers besides Internet Explorer?

I am not even able to launch online-only application from any other browser. I am able to start offline ClickOnce applications (the .application file is downloaded and I am able to start it locally), but I am getting a file not found exception (Could not find a part of the path: 'path to manifest, relative to local .application') when opening the .application file of an online-only application.

Is it possible to run online-only ClickOnce applications from other browsers without the extensions (like the firefox clickonce extension)?

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

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

发布评论

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

评论(1

无声无音无过去 2024-08-18 10:22:00

如果您的客户端运行 .NET 3.5 SP1,他们将拥有 FireFox 插件自动安装。 Opera/Safari/Chrome 支持需要一些技巧(例如在本地复制 .application 和所需文件)。

If your client is running .NET 3.5 SP1 they'll have FireFox plugin automatically installed. Opera/Safari/Chrome support would need hacks (such as copying .application and required files locally).

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