I have a product which uses Aspose cells to read an excel spreadsheet into a database. The product is a dual language website - English and Saudi Arabic. When I try and use the product in an Arabic web page it fails because I get an exception thrown when registering the licence.
Code snippet...
License license = new License();
license.SetLicense("Aspose.Cells.lic");
When run under a visual studio debugger the exception reported at SetLicence is:
"A first chance exception of type 'System.FormatException' occurred in mscorlib.dll
Additional information: The DateTime represented by the string is not supported in calendar System.Globalization.HijriCalendar."
What is the fix or workaround for this please?