What are you trying to do? It looks like you're requesting a webpage then you want to iterate through each line in the file looking for information. There's got to be a simpler solution than the one you came up with. I suspect the problems you're experiencing are coming from the over-complication of reading a Stream. What exactly is your log4net question?
--- Charles Johnson <[EMAIL PROTECTED]> wrote: > I'm experiencing a problem that varies each time i run my app. > Sometimes > it reads all the content, sometimes just the top part. I don't want > to > prejudge things, but perhaps someone could comment on this question i > posted? > > http://www.experts-exchange.com/Programming/Programming_Languages/C_Sharp/Q_21454942.html > > >