|
-
Feb 28th, 2008, 02:10 AM
#1
Thread Starter
New Member
Error=xxxx authorative answer: host not found 9
I construct the winsock server and client. the probelm is if I fix the IP of RemoteHost as below:
Winsock1.Protocol = sckTCPProtocol
Winsock1.RemoteHost = "10.0.0.3"
Winsock1.RemotePort = 1720 '=Text2
Winsock1.Connect
the program work well.
But if i change the IP of RemoteHost as as server IP as below:
Winsock1.Protocol = sckTCPProtocol
Winsock1.RemoteHost = text1
Winsock1.RemotePort = 1720 '=Text2
Winsock1.Connect
the program not work as well as above and appear a message with
"Error=xxxx authorative answer: host not found 9"
Can any body tell me what is the error in second part??????????
Thanx
-
Feb 28th, 2008, 05:45 AM
#2
Re: Error=xxxx authorative answer: host not found 9
There's no error in the second part. What are you typing into Text1?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|