How do I preserve COM binary compatibility for a .NET Assembly when properties are added?
问题 We have developed a .NET Assembly that stores language translation information and it needs to be consumed by a VB6 application. We would like to be able to change the translation information without having to recompile the application. The translation is provided by a two-file partial class called LanguageServices. One file is non-changing library methods, the other is all auto generated properties from a resx file and the regx is generated from a database of language translation information