Hi,
In the Plugin definition there is a static GUID varaible PluginId and it is given a fixed GUID value, if change this value to Guid.newGuid(), the plugin won’t load in the xprotect, any idea why this happening.
Thanks
Hi,
In the Plugin definition there is a static GUID varaible PluginId and it is given a fixed GUID value, if change this value to Guid.newGuid(), the plugin won’t load in the xprotect, any idea why this happening.
Thanks
If your plugin at one point uses configuration you would not want it to have a new randowm Guid everytime it runs.
That said I do not see why it would not work. What’s more, I did the experiment and I cannot reproduce the behavior, for me a plugin like that loads fine. (Tested with a Smart Client plugin.)
Did you base your plugin on the template? I strongly recommend that you start a new plugin by using the MIPPluginTemplate.
Yes, You are write I was changing the Plugin Kind too and that what was causing the problem, now it’s working fine.