Loading Big One note file giving System.IoExcepption

Dear Team,

I am trying to convert .one file to pdf file in my c# application using version 22.7. Its giving exception “System.OutOfMemoryException”. Plz find the sample enclosed.

Source Code :
Aspose.Note.Document oneFile = new Aspose.Note.Document(strTreePath);

Sample link : https://we.tl/t-t8h9JA64Vd

Regards
XCoder

1 Like

@perfectdata.techno,

Thanks for the OneNote document.

Please notice, I am able to reproduce the issue as you mentioned by loading your OneNote file. I found when loading your big OneNote file, I got an exception “System.OutOfMemoryException”. By the way, when I tried to open your file into Microsoft OneNote, it takes long time to open into it. I have logged a ticket with an id “NOTENET-5641” for your issue. We will look into it soon.

Once we have an update on it, we will let you know.

1 Like

@perfectdata.techno,

Please try latest version/fix, Aspose.Note for .NET v23.11

The process might take sometime for parsing the document but it eventually completes without errors. Please try it and let us know if you still find this issue/exception.

1 Like