S
shapper
Hello,
I have a class that writes to a MemoryStream but I am getting a
strange error:
ReadTimeout = '((System.IO.Stream)(s)).ReadTimeout' threw an exception
of type 'System.InvalidOperationException'
base {System.SystemException} = {"Timeouts are not supported on this
stream."}
Source = "mscorlib"
WriteTimeout = '((System.IO.Stream)(s)).WriteTimeout' threw an
exception of type 'System.InvalidOperationException'
base {System.SystemException} = {"Timeouts are not supported on this
stream."}
Source = "mscorlib"
Any idea why might be wrong?
I really have no idea.
Thank You,
Miguel
I have a class that writes to a MemoryStream but I am getting a
strange error:
ReadTimeout = '((System.IO.Stream)(s)).ReadTimeout' threw an exception
of type 'System.InvalidOperationException'
base {System.SystemException} = {"Timeouts are not supported on this
stream."}
Source = "mscorlib"
WriteTimeout = '((System.IO.Stream)(s)).WriteTimeout' threw an
exception of type 'System.InvalidOperationException'
base {System.SystemException} = {"Timeouts are not supported on this
stream."}
Source = "mscorlib"
Any idea why might be wrong?
I really have no idea.
Thank You,
Miguel