private void StartReceivingData(string ipAddress, int iPort) { try { if (!_bContinueReciving) { //initia
IIS was the main offender for me. My ISS was running and it restrains any new socket connections from opening. The problem resolved for me by stopping IIS by running the command "iisreset -stop"
iisreset -stop