System.NullReferenceException HResult=0x80004003 Message=Object reference not set to an instance of an object. Source=mscorlib StackTrace: at System.DefaultBinder.BindToMethod(BindingFlags bindingAttr ...
ClientAndServer.exe Server.cfg Run client on mono 5.16 from Debug dir with command mono ClientAndServer.exe Client.cfg It throws NullReferenceException. When Server and Client on .net it works. When ...