I created two different plug-ins to load into the plug-in manager in Petrel 2018. They are coming from the same "code base" even if they are in two different solutions.
So I have two different PIP with different : name, version and all the categories you can find in the plugin.xml.
My problem is that when I load both of them, Petrel (2018) is automatically uninstalling/disabling the first one.
Then, my question is, how does Petrel find that plug-ins are related and that it needs to remove one to install the other one ? This would allow me to change one of this two plu-ins to be able to have them at the same time in Petrel.
Thank you in advance !
Victor
I would check to make sure that your plug-ins are registered with Petrel correctly by checking the PluginManagerSettings.xml. Verify that the PluginId property is different between both plugins.
I suspect that the issue is with the Slb.Ocean.Core.IModule. Are you reusing the same module?