Page 1 of 1

StreamWriter not working with Memory Stream

Posted: Fri Sep 04, 2015 7:24 pm
by Hey Ho
This Code only works in the Simulator, in the WebSite Version the length of the MemoryStream is 0


System.IO.MemoryStream ms2 = new MemoryStream();
System.IO.StreamWriter writer = new StreamWriter(ms2);
writer.Write(xml);
writer.Flush();
MessageBox.Show(ms2.Length.ToString());

Re: StreamWriter not working with Memory Stream

Posted: Sun Sep 06, 2015 10:30 am
by JS-Support @Userware
Hello,

Thanks for reporting this issue. We have taken note of it and are going to work on it. I will keep you updated of the progress.

Regards,
JS-Support