SuperSimpleTcp icon indicating copy to clipboard operation
SuperSimpleTcp copied to clipboard

Send(); fails on Windows 8/8.1

Open aaleaf opened this issue 1 year ago • 0 comments

Error message: System.Reflection.TargetInvocationException: Exception was thrown by the target of invocation. System.NullReferenceException TCP.SimpleTcpClient.Send(Byte[] ) TCP.SimpleTcpClient.Send(String )

my application works fine on windows 10 but throws this exception on some windows 8/8.1 users, is this because obfuscated code?

aaleaf avatar Oct 01 '22 10:10 aaleaf