I have this weird exception that occurs only when I run my app in debug mode :
Thread Start: Thread ID: 5688. Process Pr.exe (1472)
First chance exception at $750FC41F. Exception class SocketException with message
'Cannot connect to server on host 'localhost':
No connection could be made because the target machine actively refused it.
Socket Error Code: 10061($274D)'.
This is the link to a screenshot of the stack trace:

Do you know what's going on here?
It's not really an issue, everything works fine otherwise, but I was curious about what's happening.
Thanks