Hi Experts,
I am facing a very serious issue. I have developed a new plugin in an existing assembly. I have rebuild the code and also DLL file is getting updated.
When I try to register the new plugin I am facing issue. To register the plugin I am updating the assembly using the updated DLL, but I am not able to select the new plugin. It gives me message that assembly updated but no new plugins registered.
When I tried to register the plugin using a new assembly, it gives me message no plugins found. Previously I used to follow the same approach and it used to work but not sure if I am missing some step or any extension is missing.
I would like to mention that I am using .net Framework 4.5.2 and crm online. The plugin registration tool is latest one for V9.
Please help.
Thanks in advance!!