部署时出现iTextSharp错误

时间:2014-09-25 18:00:16

标签: c# asp.net itextsharp

我通常可以在本地系统上使用iTextSharp。实际上我用iTextsharp创建了一个简单的pdf文件但是当我在服务器上部署我的应用程序时,我收到以下错误:

Compiler Error Message: CS0246: The type or namespace name 'iTextSharp' could not be found (are you missing a using directive or an assembly reference?

我在项目开发过程中添加了对iTextSharp.dll的引用并且它正常工作,但是当我在我的Web服务器上运行它时,我不知道它有什么问题。有没有人经历/解决这个问题?以下是我的使用陈述:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.IO;
using iTextSharp;
using iTextSharp.text;
using iTextSharp.text.pdf;
using System.Globalization;

0 个答案:

没有答案