I have two versions of a plugin in 2 different locations (release and develop).
I double click 1, it loads and the registry entries refer to the path of 1.
When I double click 2, I expect it to register with the second path location.
Instead I get “Unable to load *.rhp plug-in: ID already in use.”
The registry entry for plugin is not overwritten when the second is double-clicked.
How do I achieve this without manually deleting the plugin ids from registry??
You might have to remove the registry entry if your plug-in is a “load at start” type plug-in. If it isn’t a “load at start” plug-in, then I’m not sure what is causing the problem that you are seeing.