ClickOnce application does not start through Process.Start(“x.abc”) with *.abc associated to the ClickOnce application
问题 I have successfully developed and deployed a ClickOnce application which registers an associated file extension, for instance *.abc . When I click on a file named x.abc or if I type x.abc from the command prompt, the ClickOnce application starts, and I can retrieve the file through the dedicated API. I can also launch the application programmatically with the following code: System.Diagnostics.Process.Start ("x.abc"); Everything works fine on my Windows Vista 64 bit box. However, if I try to