opening a file attachment from an outlook email using clickonce and a file association

Posted by MarkGr on Stack Overflow See other posts from Stack Overflow or by MarkGr
Published on 2010-06-01T23:39:07Z Indexed on 2010/06/01 23:43 UTC
Read the original article Hit count: 409

Filed under:
|
|
|

Hi,

I have a clickonce application (VS2010, .NET 4). I have registered a file association (.task), and this all works well. If I double click a file with the .task extension on the desktop the clickonce application opens and can open the file.

If I email the file however, and double click the file from within outlook, I get the open/save dialog. If I click open nothing appears to happen. If I save the file I can open it by double clicking on it.

Any ideas why the file does not open from within outlook ?

Thanks, Mark

© Stack Overflow or respective owner

Related posts about .NET

Related posts about outlook