I (intermittently) get a ThreadAbortException when trying to access StringValue of a cell by the following line:
cells[i, 1].StringValue.ToLower().Contains("back to index")
The stack trace is like this
at System.ModuleHandle._GetModuleTypeHandle()
at System.ModuleHandle.GetModuleTypeHandle()
at System.RuntimeType.RuntimeTypeCache..ctor(RuntimeType runtimeType)
at System.RuntimeType.get_Cache() at System.RuntimeType.GetTypeCodeInternal()
at Aspose.Cells.Cell.get_StringValue()
And the exception is
Thread was being aborted.
Could you help please?