License file is not working saying signature is invalid

Hi,
I tried that. But it's saying signature is invalid.

The signature is invalid.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Exception: The signature is invalid.

Source Error:

Line 40: Aspose.Excel.Web.License license = new Aspose.Excel.Web.License(); Line 41: Line 42: license.SetLicense("c:\\projects\\Smithsonian\\EventRegistration\\bin\\Aspose.Excel.Web.lic.xml"); Line 43: Line 44: if (!Page.IsPostBack)

Hi fractal,
We have located this bug, and will soon release a new release.

btw, we suggest putting the license code in the Application_Start method of the Global.asax.cs of your web application to improve performance.

Hi,
We need to deploy it on the production server tommorrow. Until you release the next version please give us some other solution. We finished development using evaluation version. We just need to stick the license file to it. I was just wondering , without license file is it going to work on the production server?
Thanks,

Please download v1.4.1 at

This bug is fixed.

Hi,
Thanks a lot. Now it’s working on Development site.