Plugin with references not working on CRM 2011

后端 未结 4 555
长情又很酷
长情又很酷 2020-12-31 17:07

I have created a plugin and used a reference to another project (DLL) I have created. The problem is when I try to run the plugin, I get a CRM error saying:

4条回答
  •  借酒劲吻你
    2020-12-31 18:11

    You have to deploy the referenced assembly either to the GAC or merge it with your one (with ILMerge)

    See also http://msdn.microsoft.com/en-us/library/gg309620.aspx and Creating a single CRM plugin DLL to store in the CRM database

提交回复
热议问题