I'm having some problems using Aspose.cells with my Aspose.Total License.
I have added the Aspose.Total license as an embedded resource to the Solution, and set the build Action. I have then used the following code to reference the license.
Aspose.Cells.License licenseCells = new Aspose.Cells.License();
licenseCells.SetLicense("Aspose.Total.lic");
When executing this code I get a fileNotFound error and log file shows that it can't find Aspose.Cells.lic. Why is the code looking for Aspose.Cells.lic?
How do I correct this?
Thanks,
Kathy