当前位置: 代码迷 >> ASP.NET >> CS1502: 与“iTextSharp.text.pdf.PdfReader.LZWDecode(byte[])”最匹配的重载方法具有一些无效参数解决办法
  详细解决方案

CS1502: 与“iTextSharp.text.pdf.PdfReader.LZWDecode(byte[])”最匹配的重载方法具有一些无效参数解决办法

热度:2206   发布时间:2013-02-25 00:00:00.0
CS1502: 与“iTextSharp.text.pdf.PdfReader.LZWDecode(byte[])”最匹配的重载方法具有一些无效参数
各位大哥帮我看看路径的问题.

源错误:

 

行   484:                         string   PdfName   =   tempPdfName   +   ". "   +   "pdf ";
行   485:                         TableToPDF.ConvertDataTableToPDF(dtb,   Convert.ToString(Server.MapPath(@ "/pdf/ "+PdfName)),   Convert.ToString( "C:\\WINDOWS\\Fonts\\simsun.ttc,1 "),   12);
行   486:                         CreatePDFheader(PdfReader.LZWDecode(Server.MapPath(@ "/pdf/ "+PdfName)),   Server.MapPath( "/images/logo-binhon2.gif "),   "PDF页脚 ");
行   487:                 }
行   488:         }
 

源文件:   e:\n\3CMarket\customize2.aspx.cs         行:   486

------解决方案--------------------------------------------------------
错误已经说的很清楚了,没有匹配的重载方法

自己再看一下那个方法
------解决方案--------------------------------------------------------
路径没问题.好好检查参数
  相关解决方案