1

运行C#项目时发生错误,该项目使用itextsharp.dll生成 pdf 文件

错误内容:

"Could not load file or assembly 'itextsharp, Version=5.4.1.0, Culture=neutral, PublicKeyToken=*****or one of its dependencies. The located assembly's manifest definition does not match the assembly reference' 

谁能帮我?

4

2 回答 2

1

首先检查您的解决方案中引用的版本是否与 5.4.1.0 匹配。您可以尝试在项目引用文件夹中选择引用并将“特定版本”设置为 false。

有关更多提示,请参阅找到的程序集的清单定义与程序集引用不匹配

于 2013-05-24T06:44:45.570 回答
0

you have to paste the following 4 files

 itextsharp.dll,
 itextsharp.pdfa.dll,
 itextsharp.xml,
 itextsharp.xtra.dll 

in current folder, from where you are executing your .exe file.

于 2013-11-27T08:39:08.220 回答