OK, after lots of faffing I have finally gotten remoting working - basically
I have a windows service (the "server") and a forms app (the "client").
The forms app can call methods in the server, and I can get events fired on
the server to be picked up and acted on in the client app, so all is...
more >>
i want to use Remoting for IPC (inter process communication).
I thought that the most flexible Exchange (remoted) object would be a
singleton implementing the Dictionary(K,T) interface (K & T being exposed
generic key and data types).
This way I could for example use the same standard exch...
more >>
I have to apps that communicate using remoting. This works fine on a
single machine.
When I run the same on a terminal server I get an error when
registering a channel, when the second client starts the application.
Why do I get this error? How can I resolve this Issue
Tosch...
more >>
Hi,
What could be a problem when ISponsor.Renewal is not geting called if
remoting server is not in the same computer that remoting client. If I
put remoting server to same machine than client ISponsor.Renewal is
geting called.
BR koltti...
more >>