no standard output

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dirk Reske

    no standard output

    Hello,

    when I start a console app manually I get the output into the console.
    But when I start it with my application and read the standardOutput (which
    is redirected),
    I get nothing?
    It works fine with other console apps!
    Does this app doesn't work with standard output?
    Is there a way to read this output by another way?

    thx


  • Jon Skeet [C# MVP]

    #2
    Re: no standard output

    Dirk Reske <_Freak-2k@gmx.net> wrote:[color=blue]
    > when I start a console app manually I get the output into the console.
    > But when I start it with my application and read the standardOutput (which
    > is redirected),
    > I get nothing?
    > It works fine with other console apps!
    > Does this app doesn't work with standard output?
    > Is there a way to read this output by another way?[/color]

    Perhaps it's writing to standard error instead of standard output?

    --
    Jon Skeet - <skeet@pobox.co m>
    Pobox has been discontinued as a separate service, and all existing customers moved to the Fastmail platform.

    If replying to the group, please do not mail me too

    Comment

    Working...