如何在 IE 以外的其他浏览器中向 ClickOnce 应用程序传递 URL 参数?
是否可以从 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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的客户端运行 .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).