How to pass URL parameters to ClickOnce application in other browsers besides IE?
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 excep开发者_JAVA百科tion (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)?
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).
精彩评论