Hi to all,
my scenario is this, i have an application running and i need to
connect to that instance from another application so i thougth to use
dotnet remoting.
The problem is that when i had to register the class
(RegisterWellKn ownServiceType) i realised that the service instance
that i wanted is already running, created by an application that isn't
using remoting.
The question is, how do i solve this problem? My mind is opened to any
possible scenarios. I already spend many time around this issue.
my scenario is this, i have an application running and i need to
connect to that instance from another application so i thougth to use
dotnet remoting.
The problem is that when i had to register the class
(RegisterWellKn ownServiceType) i realised that the service instance
that i wanted is already running, created by an application that isn't
using remoting.
The question is, how do i solve this problem? My mind is opened to any
possible scenarios. I already spend many time around this issue.