Is it possible to register a COM interface independent of assembly version?
Right now I get a registry key like
MyIfaceName, Version=1.0.3259.17799, Culture=neutral, PublicKeyToken=1234567890abcdef
But since the assembly has auto-versioning (1.0.*.*
), every day I do a new build the COM-iface needs to be re-registered.
How would I register without specifying a version? What are the consequences of this?