Tagged Questions

4
votes
1answer
742 views

How do you set up a file association with a click-once application?

I have a click-once application. I have an associated file that I store the application's data in. When a user clicks on one of these files I want it to open the click-once app and load the file. I ...
0
votes
1answer
101 views

ClickOnce application update throw exception about FileAssociation

System.NullReferenceException: Object reference not set to an instance of an object. at System.Deployment.Application.ShellExposure.RemoveFileAssociationCLSIDInfo(FileAssociation fileAssociation, ...
0
votes
2answers
253 views

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.