distributing and updating DLL's
I have Binary Compatibility set but I also want to change the datatype of some parameters in the public method and I want to add some parameters to the class module.
This wont' be compatibile with the original declaration of the class module because I have changed and added some parameters. I get the message stating if I want to break compatibility and if I say yes I thought this meant that I no longer want to use the original declaration I want to use the new one that I have modified. But it still seem to reference the original class module definition.
Do I have to clean out the registry in order for the new definitions to work when I re-compile???