Error registering plugins and/or workflows. Plug-in assembly does not contain the required types or assembly content cannot be updated

后端 未结 15 1689
谎友^
谎友^ 2021-01-12 01:48

I implemented one custom workflow in in Visual Studio 2010 using CRM 2011 Developer Toolkit. It was working fine with system generated namespace. But, when I changed the nam

15条回答
  •  孤城傲影
    2021-01-12 02:09

    Make sure that your plugin/workflow class is a public class.

    I got the same error because my plugin class was private.

提交回复
热议问题