首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

AsposeExcel有关问题,lic文件报错

2012-01-08 
AsposeExcel问题,.lic文件报错Aspose.Excel.LicenselicensenewAspose.Excel.License()stringlicenseFile

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

热点排行