When running my project from a network share ( \\share\folder\...\project\) and attempting to get an Excel license using:
//license
license_Excel = new Aspose.Cells.License();
license_Excel.SetLicense("Aspose.Total.lic");
//end license
I am getting the following error
System.IO.FileNotFoundException: Cannot find license 'Aspose.Total.lic'
I have no problem with Aspose.Word getting the license but Excel does not work.