Results 1 to 2 of 2

Thread: TCPIP Client

  1. #1

    Thread Starter
    Member
    Join Date
    May 2003
    Posts
    53

    TCPIP Client

    dim TCP_IP as new TCPIPClient()
    TCP_IP.connect("SHUHUI",5000)



    With this code I am getting a error the message is

    "No connection could be made because the target machine actively refused it"

    Please let me know how to detect the clients empty port.
    Syed Nadeemulla Hussaini
    # I-2,C & FM Quater
    Hutti Gold Mines Co Ltd.
    Raichur Karnataka
    INDIA

  2. #2
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622
    that means that the computer "SHUHUI" on port 5000 is not listening for the connection or refused it.

    do you have a program listening on that computer on that port?
    Tips:
    • Google is your friend! Search before posting!
    • Name your thread appropriately... "I Need Help" doesn't cut it!
    • Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
    • Allways Include the Name and Line of the Exception (if one is occuring!)
    • If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)


    If you think I was helpful, rate my post
    IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width