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.
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.