StreamReader not reading...

G

Guest

Note: This is happening under the VS05 February CTP release. I haven't had a
chance to run it under Beta 2 yet.

I have a StreamReader that is reading a NetworkStream from a TcpClient,
which is connected to a TcpListener. The client (the one that throws the
exception later) can send information over the stream, but the client times
out waiting for the response from the server - I get a System.IO.IOException
(Unable to read data from the transport connection: A connection attempt
failed because the connected party did not properly respond after a period of
time, or established connection failed because connected host has failed to
respond.) If I press Continue (in the VS Debugger), it throws the exception
again. However, if I put my mouse over the StreamReader.Read call, it
successfully evaluates the expression, and I can then click Continue and it
works OK.
 
G

Guest

I've just finished downloading and installing Beta 2 and can confirm that it
still doesn't work. Can anyone help me?

Thanks in advance!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top