Embedded Form Launch
I have a situation where I need to embed a form in a class library to protect the code for security reasons to do with access to an external system but I then want launch the form from the menu system.
I realize I can register the form from the DLL instead of a standard plugin but would prefer to do this from a plugin so that it makes deployment easier is there a way to do this as when I tried Jiwa reported an error about not finding the form in the assembly which given the name was a guid, this I would assume is the assembly for the plugin?
I've tried making sure the embedded assembly was loaded to see if that helped but it made no difference.
I realize I can register the form from the DLL instead of a standard plugin but would prefer to do this from a plugin so that it makes deployment easier is there a way to do this as when I tried Jiwa reported an error about not finding the form in the assembly which given the name was a guid, this I would assume is the assembly for the plugin?
I've tried making sure the embedded assembly was loaded to see if that helped but it made no difference.