Rotor includes several samples and tests that exercise sockets (for example: samples\howto\net\udpchat or tests\dev\xremoting.cs). Can you try some of these to see whether they work on your machine?
If they do, the problem is most likely in your usage of sockets. It would be great if you can create a small standalone code fragment to demonstrate the problem. If they do not, there is most likely some configuration issue with your machine. -Jan This posting is provided "AS IS" with no warranties, and confers no rights. -----Original Message----- From: Discussion of the Rotor Shared Source CLI implementation [mailto:[EMAIL PROTECTED] On Behalf Of Albert Miranda Sent: Friday, October 10, 2003 1:43 AM To: [EMAIL PROTECTED] Subject: [DOTNET-ROTOR] Problem using sockets in EE We are a team working on a development project on SSCLI-Rotor. We are modifying the Garbage Collection facility, and because of this modification we need to create a thread that must perform a connection to a server using the sockets library (this connection actually is done in the file /clr/src/vm/gcee.cpp). We've tried using the PAL, as it includes sockets specification, but no matter what we try, we cannot connect to the server. After looking thoroughly through the documentation & archives, we did not find the cause of this problem, and we believe we are using the library properly. If anyone can find a solution to this problem we'd be very glad to know it. rsvp. P.S: Sorry if this question has been posted another time, but I at least havent't been able to find it. Thank you indeed anyway. Albert Miranda [EMAIL PROTECTED] =================================== This list is hosted by DevelopMentor(r) http://www.develop.com NEW! ASP.NET courses you may be interested in: 2 Days of ASP.NET, 29 Sept 2003, in Redmond http://www.develop.com/courses/2daspdotnet Guerrilla ASP.NET, 13 Oct 2003, in Boston http://www.develop.com/courses/gaspdotnet View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentor� http://www.develop.com NEW! ASP.NET courses you may be interested in: 2 Days of ASP.NET, 29 Sept 2003, in Redmond http://www.develop.com/courses/2daspdotnet Guerrilla ASP.NET, 13 Oct 2003, in Boston http://www.develop.com/courses/gaspdotnet View archives and manage your subscription(s) at http://discuss.develop.com
