`Connection.StartListening(ConnectionType.TCP, new System.Net.IPEndPoint(System.Net.IPAddress.Any, 0));
Because of above line i m getting the following error
“It was not possible to open port #0 on 192.168.1.90. This endPoint may not support listening or possibly try again using a different port”
well actuall my ip is not as it is showing. I think it is detecting it wrong.
plz help as soon as possible