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.
|
feedback
|
|
In order to use file associations, your project must conform to a few rules...
If you are already doing all these things, what, exactly, isn't working? | |||
feedback
|
|
Have you added the code inside the application to handle the file name passed in when the user double-clicks on it and do something with it? You need something like this in your startup.
Then you have to add code to do something with the file. | ||||
|
feedback
|