use the latest version of Visual Studio(Microsoft Visual Studio Enterprise 2022 (64-bit) – Current
Version 17.11.0)
Every project I run, this exception occurs. As you can see in the image below, I ran a simple api project and an error occurs.
Event Type Moniker Event Time Duration Thread Exception thrown:
‘System.IO.IOException’ in System.Net.Security.dll (“Received an
unexpected EOF or 0 bytes from the transport stream.”) Exception
thrown: ‘System.IO.IOException’ in System.Net.Security.dll (“Received
an unexpected EOF or 0 bytes from the transport stream.”) Hyperlink:
Activate Historical Debugging 1.86s [28724] Worker Thread
and
Event Type Moniker Event Time Duration Thread Exception thrown:
‘System.IO.IOException’ in System.Private.CoreLib.dll (“Received an
unexpected EOF or 0 bytes from the transport stream.”) Exception
thrown: ‘System.IO.IOException’ in System.Private.CoreLib.dll
(“Received an unexpected EOF or 0 bytes from the transport stream.”)
Hyperlink: Activate Historical Debugging 1.86s [28724] Worker Thread
and
Event Type Moniker Event Time Duration Thread Exception thrown:
‘System.IO.IOException’ in System.Net.Security.dll (“Received an
unexpected EOF or 0 bytes from the transport stream.”) Exception
thrown: ‘System.IO.IOException’ in System.Net.Security.dll (“Received
an unexpected EOF or 0 bytes from the transport stream.”) Hyperlink:
Activate Historical Debugging 1.86s [28736] Worker Thread
and
Event Type Moniker Event Time Duration Thread Exception thrown:
‘System.IO.IOException’ in System.Private.CoreLib.dll (“Received an
unexpected EOF or 0 bytes from the transport stream.”) Exception
thrown: ‘System.IO.IOException’ in System.Private.CoreLib.dll
(“Received an unexpected EOF or 0 bytes from the transport stream.”)
Hyperlink: Activate Historical Debugging 1.86s [28732] Worker Thread
and
Event Type Moniker Event Time Duration Thread Exception thrown:
‘System.IO.IOException’ in System.Net.Security.dll (“Received an
unexpected EOF or 0 bytes from the transport stream.”) Exception
thrown: ‘System.IO.IOException’ in System.Net.Security.dll (“Received
an unexpected EOF or 0 bytes from the transport stream.”) Hyperlink:
Activate Historical Debugging 1.86s [28732] Worker Thread
Even the new project that I create and run, I face these exceptions.
I don’t know where the problem is and how to fix it.
1