|
socket code problem Anonymous |
17 year
|
Hi
i'm trying to run the CSharp extensions and i get an error message
on Ln 253 : server.Bind(ipEnd);
System.Net.Sockets.SocketException was unhandled
Message="Only one usage of each socket address (protocol/network address/port) is normally permitted"
does anyone can advice me how to solve it?
the socket server port in rr:5050 as on the Handler class Handler :
SERVER_PORTNUM = 5050;
thanks
Boaz
|
|
|
Anonymous |
17 year
|
Hi
i found out the problem... it seems that the sequence of running is first the
C# program and RR later...
Boaz
|
|
|
Anonymous |
17 year
|
Correct, the C# version of the API will not execute the RoboRealm application as does the C++ version of the API so you need to be running RoboRealm before connecting to it. You can remedy this situation by calling RoboRealm.exe from your C# application prior to using the API.
STeven.
|
|