Monday, January 14, 2019

System.Net.Sockets.SocketException: 'No connection could be made because the target machine actively refused it'

Alright this, is the first error I started to see in Visual Studio 2017 when I started to work with a Visual Studio 2017 solution which had been updated to the Visual Studio 2019 Preview by someone else. When I unchecked the checkbox for "Break when this exception type is thrown" there were a series of other wacky error messages downstream of this. The fix is to get modern Visual Studio. It's 2019 people! Oh, one of the wacky error messages, the second after the socket exception, suggested that it could not find an Edmmetadata table which doesn't exist in our databsae anyways. I guess we lost all of our notes from the rave. EDM = electronic dance music ???

No comments:

Post a Comment