Hi,
We are using Syncfusion DocIO AspNet MVC5 version 17.4.0.55.
When trying to open a Word document:
WordDocument document = new WordDocument(filepath);
We get an exception: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: startIndex
This occurs randomly.
How can we fix this?
Also, another exception we get when trying to embed an OLE object is: Destination array is not long enough to copy all the items in the collection. Check array index and length.
Regards,
Rohit