Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 3
    "that gives me an empty stream" - are you trying to read from it? It's an output stream, you're supposed to write to it Commented Oct 6, 2015 at 20:05
  • I am trying to write to it. I read from it and did a .Length to see what was in it at the time after I got it. Since the screen was covered in basic pipeline output, I figured it shouldn't be empty. I don't know if it makes a difference that I'm using the ISE, though. Commented Oct 6, 2015 at 20:15