.net error when trying to test an app on android

I Unexpected Exception: System.Net.Sockets.SocketException (10053)

5 Likes

hi, have u resolve this issues, me also encountered such error ?

same, any fix or reason ?

Sorry for late reply, I cannot recall the reason for this error, but I resolved other errors related to .NET such as “System.OutOfMemoryException was thrown” with solution below:

  • This is due to UE5 is somehow using x86 version of .NET SDK
  • Install latest .NET SDK 7.0.1
  • Reverse the .NET paths ( x64 first, x86 second ) under the environment variable computer settings like picture red highlighted rectangle below.
  • Reboot the computer
  • You can now compile and open UE5 C++ source as usual.

Sorry, maybe because of the translation I can’t understand your third point, can you explain it with a picture? Thank you very much