Trying use ILMerge to merge Aspose.Cells.dll into a single executable.
It was working with the previous Aspose.Cells DLL version.
Just upgraded to the latest version. Now I find the code...
Aspose.Cells.License license = new License();
license.SetLicense("Aspose.Cells.lic");
throws an exception, with the message
Value cannot be null.
Parameter name: key
Any suggestions how to fix this.?