当前位置: 代码迷 >> ASP.NET >> 注册过Aspose.Excel的高手们,请问
  详细解决方案

注册过Aspose.Excel的高手们,请问

热度:6799   发布时间:2013-02-26 00:00:00.0
注册过Aspose.Excel的高手们,请教
网上下载的http://www.163vc.com/codes/web/zujian/200609/5884,

里面有个注册工具,用它生成的注册文件,总是提示出错,那位用过,请帮忙:

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( ".. ")   +   "\\RDSF\\bin\\Aspose.Excel.lic ";        
行   32:   license.SetLicense(licenseFile);

 


------解决方案--------------------------------------------------------
up
------解决方案--------------------------------------------------------
我这里是以前项目留下的一个Aspose.Excel.dll,也不知道是啥版本的,反正我在多个项目中引用后都能用,要不发给你一个?
  相关解决方案