AcceptTcpClient with 'System.FormatException'

shafaatmosvi

New member
Joined
Nov 6, 2012
Messages
2
Programming Experience
3-5
Hi friends. I am new to socket programming in VB.NET. I get this error: "A first chance exception of type 'System.FormatException' occurred in System.dll" at this line in my code: "Dim client1 As TcpClient = server.AcceptTcpClient()". What could possibly be going wrong? Please help. I am stuck. Thanks.
 
Back
Top