Aspose Cells - License issue

Hi there,

I'm having some issues with the Aspose Cells license - (license file sent via mail).

<>

I add it to my .NET application in global.asax. I assume it loads as if I change the name to an invalid one I see the exception telling me it couldn't find the license file.

However, following an export of data to a new workbook, the evaluation copy worksheet still appears.

I unfortunately need to resolve this within the next few hours so a prompt response would be hugely appreciated! I have added you to MSN.


Thanks very much,
Paddy Mann


This message was posted using Email2Forum by Amjad Sahi.

Hi Paddy,

Thanks for providing us the license file.

We have checked and tested your license file in an Asp.NET VS2005 project, it works absolutely fine, there is no evaluation worksheet in the generated file. Where you put the licensing code in Global.asax? Also, where you put the "Aspose.Cells.lic" file in your project, make sure you provide a valid path or otherwise, System.IO exception would be raised that it could not find the path. I put the "Aspose.Cells.lic' file into the application's bin folder and write the licensing code in Application_Start event in Global.asax, you may also put it into Session_Start or other events, you have to make sure it should run at least one time in the whole life time of your application.

Please find attached my test project, for security reasons, we have removed the "Aspose.Cells.lic" file in the "bin" folder of the project.

Thank you.

Hi,

And, please set the license file path explicitly in your code if the problem still persists.

Thank you.