Groups | Blog | Home
all groups > dotnet remoting > september 2006 >

dotnet remoting : Use .Net remoting between two app on same machine whit no net card


RF
9/21/2006 4:54:02 AM
Hi,

We built two application that communicate with each other using .Net
remoting on the same machine, essentially replicating what we used to be able
to do with DCOM when one application controls another on the same workstation.

Everything works fine until the Network card is not active anymore (WiFi
connection). The odd thing is that we have another application the
communicates through sockets and that one keeps working.

Is there a way to configure .Net remoting or the workstation to make this
RF
9/21/2006 8:06:01 AM
We found that adding binto="127.0.0.1" to our channel resolves our problem
but I will look into this new IPC channel.

Thanks

[quoted text, click to view]
Jonathan Boivin
9/21/2006 12:09:03 PM
I think that 127.0.0.1 is good solution because it doesn't require any
installation and it is the "natural" loopback address.

Jonathan Boivin
---
Email : jonathanboivin@cints.net
CyberInternautes : http://www.cints.net
"RF" <RF@discussions.microsoft.com> a écrit dans le message de news:
EECF06EC-2BC0-4DBE-8516-6689E691F575@microsoft.com...
[quoted text, click to view]

James Westgate
9/21/2006 3:37:58 PM
1. In .NET there is a new IPC channel for inter process communication.
This may bypass the network layer..
2. You may want to try installing a loopback adaptor.

[quoted text, click to view]
AddThis Social Bookmark Button