Only one usage of each socket address (protocol/network address/port) is normally permitted?

  1. I opened CMD and typed in : netstat -a
  2. I took a look in the Local Address column.
  3. I took a look at the port portion.
  4. I saw that the port in my program is already active( in use ) in another program.
  5. I changed my port in my program to something else.It Worked!Big thanks to: @DavidSchwartz, @Gusman

Leave a Comment