I built a .NET Remoting Client which works quite fine on the machine of single NIC, and lots of testing messages received via remoting event.
But when additional NIC was added, the Client seemed to be able to connect the remoting Server, but the testing messages cannot arrive anymore.
From debugging, the server end did trigger the event but the client didn't get that. Checking from google and find that a similar problem report: http://www.eggheadcafe.com/community/aspnet/2/10061570/reply.aspx
I just wonder if any solutions?
Thanks in advance!