On a HoloLens 1, when creating TcpClient object with default constructor “ArgumentException: Value does not fall within the expected range” is thrown
问题 I had an application working fine until about 2 days ago where a HoloLens 1 connected via TCP to another PC on a local network. Recently, every call to TcpClient() default constructor throws the error above. No values are being passed into it (since it is default), therefore I have no idea what value it is erroring on. I have tried the following solution, linked to me by someone on the HoloLens slack: https://github.com/Azure/azure-remote-rendering/issues/6 That solution entails updating to