locked
Plugin Extration RRS feed

  • Question

  • Hi,

    i am working on CRM 2011. and there are some plugins are registered in my CRM.

    i want to extract one of them plugin to see the source code of that plugin. how can i do this?????

    Wednesday, August 5, 2015 1:14 PM

All replies

  • You could try the Assembly Recovery Tool in the XrmToolBox to download the .dll files and then it would be up to you to de-compile them.

    https://github.com/MscrmTools/XrmToolBox/wiki/Assembly-Recovery-Tool


    Jason Lattimer
    My Blog -  Follow me on Twitter -  LinkedIn

    Wednesday, August 5, 2015 1:21 PM
    Moderator
  • Hello,

    The easiest way is following:

    1. Create new solution and add assembly that contains plugin source code of which you want to see.

    2. Export solution. Unpack it and find assembly inside archive.

    3. Use Reflector or ILSpy to find source code of plugin. There is a chance that code of plugin would be obfuscated and protected against disassembling. But anyway good luck!


    Dynamics CRM MVP
    My blog

    Wednesday, August 5, 2015 1:23 PM
    Moderator