J
Jayme Pechan
Does anyone know if it is possible to return an object from a remoting
interface and have it be usable with .NET? I am trying to accomplish what I
used to do in DCOM where I would call a function on an interface and it
would return a new remote object. I could then call functions on that new
object. When I attempt this with .NET it complains that the object has no
channel sink. When I looked into the .NET configuration settings, this
scenerio didn't seem to fit the 3, SingleCall, SingleInstance, or Client
Initiated. The closest one I could think of was Client Initiated but it is
the server that creates the object. Any ideas? Is this just not possible
with .NET?
Thanks.
Jayme
interface and have it be usable with .NET? I am trying to accomplish what I
used to do in DCOM where I would call a function on an interface and it
would return a new remote object. I could then call functions on that new
object. When I attempt this with .NET it complains that the object has no
channel sink. When I looked into the .NET configuration settings, this
scenerio didn't seem to fit the 3, SingleCall, SingleInstance, or Client
Initiated. The closest one I could think of was Client Initiated but it is
the server that creates the object. Any ideas? Is this just not possible
with .NET?
Thanks.
Jayme