R
rob
I've seen an occasional hang on a call to Dns.GetHostEntry, but this
is tough to debug. The stack looks correct. The param is only
127.0.0.1, so it should not be difficult.
This is inconsistent (usually runs without a hitch). The odd thing is
that when I break, the exec point is right on Dns.GetHostEntry, but
hovering over the passed param yields a message: "Cannot evaluate
expression because a native frame is on top of the call stack"
This seems to correct itself Simply times out. I can then resume
exectution and things will go smoothly. But it will not time out
unless I break.
The errors that I've seen listed in conjunction with the "Cannot
evaluate" don't seem to relate to this.
Any insights?
is tough to debug. The stack looks correct. The param is only
127.0.0.1, so it should not be difficult.
This is inconsistent (usually runs without a hitch). The odd thing is
that when I break, the exec point is right on Dns.GetHostEntry, but
hovering over the passed param yields a message: "Cannot evaluate
expression because a native frame is on top of the call stack"
This seems to correct itself Simply times out. I can then resume
exectution and things will go smoothly. But it will not time out
unless I break.
The errors that I've seen listed in conjunction with the "Cannot
evaluate" don't seem to relate to this.
Any insights?