Search code examples
visual-studio-2008clickoncefile-association

Register a file association with ClickOnce


I want to associate a file extension with my ClickOnce application. There is a File Associations part in the Publish options but I can't manage to make it work.


Solution

  • In order to use file associations, your project must conform to a few rules...

    • Full Trust is required.
    • Must be available "offline".
    • Must target 3.5 Framework.

    If you are already doing all these things, what, exactly, isn't working?