L
Lespaul36
I am currently working on a server client application. I have it working
alright with winsock, but really wanted to use the newer dot socket class.
I found some good examples and tried them. However I get an error on this
line:
mobjListener = New TcpListener("169.254.19.147",5005)
The error is :
No connection could be made because the target machine actively refused it
I I test from the same machine and use
mobjListener = New TcpListener("localhost",5005)
It works fine.
I tried disabling Norton and turning off my firewall with no difference.
alright with winsock, but really wanted to use the newer dot socket class.
I found some good examples and tried them. However I get an error on this
line:
mobjListener = New TcpListener("169.254.19.147",5005)
The error is :
No connection could be made because the target machine actively refused it
I I test from the same machine and use
mobjListener = New TcpListener("localhost",5005)
It works fine.
I tried disabling Norton and turning off my firewall with no difference.