Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I'm trying to realize a configurable COM server reading the configuration settings from an xml. The problem is that as I have seen on the different tutorials the association of the COM server with a specific file extension is performed through the COMServerAssociation attribute which needs a Constant value for the file extension which is an information I would like to associate at RunTime during the registration of the server.

Does someone know if there is a different way to associate the COM server to a specific file at runtime and not at complile using anyway SharpShell?

Thanks,

Matteo

What I have tried:

I don't know how to perform the association of the COM server with a specific file extension in any different way in respect of using COMServerAssociation.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900