Ok, I have a .NET process which needs to call an object in a different .NET process. Remoting just seems such a faff, any easier way ?
In COM for example just create a reference and call it. It will kindly start the process if it isn't running etc.
It seems there is a bit more to it than that with .NET.
In COM for example just create a reference and call it. It will kindly start the process if it isn't running etc.
It seems there is a bit more to it than that with .NET.


Comment