Pre-complie the aspose.cells dll with the licence

Hi

I am using Aspose.cells from the script task of a Sql Server Intergation Services package to convert a csv file to an excel file. Assemlies used by the SSIS packages need to be installed in the GAC - so I will have to install the aspose.cells assembly in the GAC.

Is there a way I an complie the Aspose.cells assembly with the license file and then install in the GAC.

I don't want to explicity set the license in code using

License license = new License();
//TODO: set license.
license.SetLicense("");

Thanks

Nakul Ringshia

Hi Nakul,


I am afraid, this will not be possible. But for the confirmation purposes, I have logged an Investigative Ticket under ID CELLSNET-28692.
We will keep you posted on this.

Thank you.

Hi,

I think you may try to install Aspose.Cells component by using its MSI installer. The assembly is registered automatically to GAC using its MSI Installer. Regarding licensing code, I am afraid, you need to explicitly use the licensing code in your program.

Thank you.