I have a .NET library visible in COM, and it's called from a vb6 application.
If I add some methods and release a new version (but don't erase or change signatures of existing methods), I would like being able to just install it in the production machine, and have it working. However, it seems that such approach doesn't work; I need to reompile the vb6 application.
Is there any way to achieve this?