当前位置: 代码迷 >> ASP.NET >> AsposeExcel有关问题,lic文件报错
  详细解决方案

AsposeExcel有关问题,lic文件报错

热度:8216   发布时间:2013-02-26 00:00:00.0
AsposeExcel问题,.lic文件报错
Aspose.Excel.License   license   =   new   Aspose.Excel.License();
string   licenseFile   =   MapPath( ".. ")   +   "\\RSCD\\Aspose.Excel.lic ";        
license.SetLicense(licenseFile);

AsposeExcel是3.61破解版,用破解工具生成的.lic文件,但报错:


The   signature   is   invalid.  
说明:   执行当前   Web   请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。  

异常详细信息:   System.Security.Cryptography.CryptographicException:   The   signature   is   invalid.

源错误:  


行   30:   Aspose.Excel.License   license   =   new   Aspose.Excel.License();
行   31:   string   licenseFile   =   MapPath( ".. ")   +   "\\CEIMPR_WEB\\Aspose.Excel.lic ";        
行   32:   license.SetLicense(licenseFile);
行   33:  
行   34:   for   (int   i   =   0;   i <cc;i++)
 


------解决方案--------------------------------------------------------
up
  相关解决方案