Hi,
When I try to instantiate a new instance with a filename that is a textfile size 225Mbs - the app crashes.
Sample code:
Dim msgDocument As Aspose.Words.Document = New Aspose.Words.Document(fileName);
I assume this is due to a out of memory exception. Do you have any guidance on how this can handled so that it doesn’t crash? I realize that this exception is hardware dependent - but I am looking at a compromise.
I use Aspose.Words 19.3.0.0.
Regards,