private void StartReceivingData(string ipAddress, int iPort) { try { if (!_bContinueReciving) { //initia
I had the same error happening when I had two different ASP.net projects in two different Visual Studio instances. Closing one of them fixed the issue.