Closed oscardeharo closed 4 years ago
I am trying to read a file back from the beginning. I've tried several solutions on the Web but they all crash with a: "Synchronous reads are not supported." Any solution? Thanks!
Fixed it by copying the file to a MemoryStream.
I am trying to read a file back from the beginning. I've tried several solutions on the Web but they all crash with a: "Synchronous reads are not supported." Any solution? Thanks!