techl / MonoRemoteDebugger

Other
83 stars 18 forks source link

Port 15000 is in use #20

Closed dhearn closed 5 years ago

dhearn commented 8 years ago

Installed product versions

Starting MonoRemoteDebugger from Visual Studio displays a "Port 15000 is in use" message box. This appears to be because Kaspersky Endpoint Security 10 is installed (klnagent.exe) which already listens on port 15000 (see https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers).

Steps to recreate

  1. Have some software installed which listens on port 15000 (e.g. klnagent.exe)
  2. Launch MonoRemoteDebugger in VS
  3. See "Port 15000 is in use" popup
  4. Popup can be cleared and then proceed to server selection, but no auto-discovery possible, requiring manual IP entry only.

    Possible solutions

  5. Use another port number which was not already used by software which may be mandated by organisation's network admins and cannot be disabled.
  6. Alternatively, provide a facility for users to specify their own port numbers in both VS extension and server components.
techcap commented 8 years ago

I'll change the port in the next version. Thanks^^