Plugin with references not working on CRM 2011

后端 未结 4 580
长情又很酷
长情又很酷 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:00

    Sometimes the Anti-Virus will prevent ASP.NET from accessing file or assembly, I suggest you try to sign the assembly with strong name and add it to GAC: Here you can find more information http://support.microsoft.com/kb/815808

提交回复
热议问题