private void StartReceivingData(string ipAddress, int iPort) { try { if (!_bContinueReciving) { //initia
Most likely the socket is held by some process. Use netstat -o to find which one.
netstat -o