System.IO.FileNotFoundException 异常

“System.IO.FileNotFoundException”类型的未经处理的异常出现在 SealStructTest.exe 中。

其他信息: 未能加载文件或程序集“itextsharp, Version=5.4.1.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca”或它的某一个依赖项。系统找不到指定的文件。
这个问题怎么解决,添加 Assembly assembly = Assembly.LoadFrom(@"C:\Windows\System32\itextsharp5.4.1.dll");也不行

去找下,,这个C:\Windows\System32\itextsharp5.4.1.dll是否存在,,可能是兼容性的问题

两个办法,把itextsharp5.4.1.dll放入和你程序相同的目录,或者在gac中注册它。