ClickOnce File will not associate on open from web browser download
Posted
by mstrickland
on Stack Overflow
See other posts from Stack Overflow
or by mstrickland
Published on 2009-11-23T15:23:10Z
Indexed on
2010/04/29
3:07 UTC
Read the original article
Hit count: 194
I have a ClickOnce program that associates with a given extension and that works fine if the file is located on the file system. My problem comes in when this file is downloaded from a website. I have a web handler that prompts the user to Click to download the file. Upon clicking the link the user is presenter with an Open or Save Dialog. If the user chooses Open the program will not launch. If the user saves the file to their hard drive and then clicks the file the association will work.
Any advice on getting the association to work on the prompt when the user clicks Open or is a Save required?
-Edit : Tested this on both IE8 and Chrome with same result.
© Stack Overflow or respective owner