Hello,
One of our customers has experienced the following exception once:
System.InvalidOperationException: Unexpected end of stream.
at .()
at .(Stream )
at GroupDocs.Search.Common.ExtractedData.Deserialize(Byte[] array)
We were not able to reproduce it. We don’t do anything special… We serialize the ExtractedData and serialize it in a different process. Usually, it works…