Hi Agraham,
I have a device trying to construct a new socket obj in the ping.dll. It gaves socket exception. We have tried to change the ProtocolType to Stream, and SocketType to Tcp in your dll, and no error appears at that portion. However, at the Socket.Sendto() function, I got another socket exception.
If I didnt change the ProtocolType and the SocketType, then, I got a socket exception at the new socket(...), do you have any idea on this?
Thanks.
Best regards,:sign0085:
I have a device trying to construct a new socket obj in the ping.dll. It gaves socket exception. We have tried to change the ProtocolType to Stream, and SocketType to Tcp in your dll, and no error appears at that portion. However, at the Socket.Sendto() function, I got another socket exception.
If I didnt change the ProtocolType and the SocketType, then, I got a socket exception at the new socket(...), do you have any idea on this?
Thanks.
Best regards,:sign0085: