Hello everyone.
I use a class (SocketDeviceServer) which inherits from System.Net.Sockets.TcpListener. This class just implements a TCP server waiting for incoming clients.
When an object of this class is instantiated inside a Visual Studio project, it works without problem but when trying to instantiate fom a script it throws the following exception (see attached image):
ArgumentException: Property set method not found.
I would like to suggest the development crew to have an eye on this issue and think about changing some reflection calls in case they imply an inherited class object.
Thank you very much for your work.
Kindest regards.