loading
 
socket code problem
Anonymous
16 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 16 year
Hi
i found out the problem... it seems that the sequence of running is first the
C# program and RR later...

Boaz
Anonymous 16 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.

This forum thread has been closed due to inactivity (more than 4 months) or number of replies (more than 50 messages). Please start a New Post and enter a new forum thread with the appropriate title.

 New Post   Forum Index