.NET Remoting Client's Problem when running on the machine with Multi NICs
        Posted  
        
            by cui chun
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by cui chun
        
        
        
        Published on 2009-07-21T02:29:53Z
        Indexed on 
            2010/05/26
            6:01 UTC
        
        
        Read the original article
        Hit count: 362
        
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!
© Stack Overflow or respective owner