J
Jason
Hi all
mytcp = new TcpClient(POP_server, POP_port);
i have the above line of code, and it fails with the message "The requested
name is valid, but no data of the requested type was found" which i have
found a similar message (below) in the MSDN library
Valid name, no data record of requested type.
The requested name is valid and was found in the database, but it does not
have the correct associated data being resolved for. The usual example for
this is a host name-to-address translation attempt (using gethostbyname or
WSAAsyncGetHostByName) which uses the DNS (Domain Name Server). An MX record
is returned but no A record-indicating the host itself exists, but is not
directly reachable.
If anyone could help. I would like to know possible steps to fixing this
error?
Thanks
Jason
mytcp = new TcpClient(POP_server, POP_port);
i have the above line of code, and it fails with the message "The requested
name is valid, but no data of the requested type was found" which i have
found a similar message (below) in the MSDN library
Valid name, no data record of requested type.
The requested name is valid and was found in the database, but it does not
have the correct associated data being resolved for. The usual example for
this is a host name-to-address translation attempt (using gethostbyname or
WSAAsyncGetHostByName) which uses the DNS (Domain Name Server). An MX record
is returned but no A record-indicating the host itself exists, but is not
directly reachable.
If anyone could help. I would like to know possible steps to fixing this
error?
Thanks
Jason