1

我正在制作一个在后面运行 c# 代码的网页。我正在使用 itextsharp 库来搜索 PDF 文件。我能够编译和部署代码,因为我确实添加了 .dll 引用并添加了所需的 using 语句来导入 .dll。但在运行时我收到此错误消息:

错误消息:无法加载文件或程序集“itextsharp,版本=5.3.2.0,文化=中性,PublicKeyToken=8354ae6d2174ddca”或其依赖项之一。该系统找不到指定的文件。Stacktrace:在 PDF_Document_Gallery.VisualWebPart1.PDF_Document_Gallery.keyword_and_content_search(字符串结果)的 PDF_Document_Gallery.VisualWebPart1.PDF_Document_Gallery.ReadPdfFile(字符串文件名)

有谁知道这里有什么问题?谢谢

4

0 回答 0