Asked — Edited

Plugin Being Seen Multiple Times When Installed By Others

I think this is a question that will have to be answered by DJ so I am going to phrase it that way...

The EZ-AI_Client_EZB plugin was first developed by one of my developers under their login and setup to be a private plugin. After it was close to finished, I took over the development of this plugin so it could be published by Cochran Robotics. The plugin in both of our environments is named the same but obviously have unique GUIDs.

When users install this plugin, it is appearing 2 times under plugins. They are choosing to install the public plugin (published by me), but 2 plugins are showing up on the users plugins catalog of components.

Please let me know if there is anything that I can do and it will be done.

Thanks David


ARC Pro

Upgrade to ARC Pro

Discover the limitless potential of robot programming with Synthiam ARC Pro – where innovation and creativity meet seamlessly.

PRO
Synthiam
#9  

Do you have two forms in the dll both inheriting the plugin master?

#10  

config form


namespace EZ_AI_Client_EZB
{
    public partial class ConfigForm : Form
    {
        EZ_Builder.Config.Sub.PluginV1 _cf;

Main Form


namespace EZ_AI_Client_EZB
{
    public partial class Main : EZ_Builder.UCForms.FormPluginMaster

PRO
Synthiam
#11  

Oh wait, duh. You have the plugin category set as plugin haha. All plugins no matter what category will appear in there. So just change the name of the category to something reflecting your plugin.

#13  

That fixed it. Thanks for helping me figure out this confusing issue.:)

#14  

and added an image:) okay, done making updates for today I think.