Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/277.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# iText插件_C#_Plugins_Dynamics Crm 2011_Itextsharp - Fatal编程技术网

C# iText插件

C# iText插件,c#,plugins,dynamics-crm-2011,itextsharp,C#,Plugins,Dynamics Crm 2011,Itextsharp,我需要使用ITextSharp(PDF工具)进入我的一个插件。 我添加了引用,我可以使用ITextSharp函数,但是当我触发插件时,我得到了以下错误: 无法加载文件或程序集“itextsharp,版本=5.5.0.0, 区域性=中性,PublicKeyToken=8354ae6d2174ddca'或其 依赖关系。系统找不到指定的文件 有没有办法解决这个问题?您的CRM系统在用于搜索的位置(GAC或全局程序集缓存)找不到ITextSharp dll,因此您需要执行一些额外的步骤,强制让它知道dl

我需要使用ITextSharp(PDF工具)进入我的一个插件。 我添加了引用,我可以使用ITextSharp函数,但是当我触发插件时,我得到了以下错误:

无法加载文件或程序集“itextsharp,版本=5.5.0.0, 区域性=中性,PublicKeyToken=8354ae6d2174ddca'或其 依赖关系。系统找不到指定的文件


有没有办法解决这个问题?

您的CRM系统在用于搜索的位置(GAC或全局程序集缓存)找不到ITextSharp dll,因此您需要执行一些额外的步骤,强制让它知道dll的位置。 看看这篇文章:
还有这个博客:

你如何部署你的插件?我推荐一个定制的wcf rest Web服务,它将利用
ITextSharp
并从插件调用。无需担心外部DLL。