I problem in using .Net Remoting

  • Thread starter fAnSKyer/C# newbie
  • Start date
F

fAnSKyer/C# newbie

I used JAVA RMI before, now I have to use .Net Remoting, and I found a
problem

What I want to do is
in Server, new an object, bind this object, and Client can use this
object from remote.

What I found now is.
in Server, Bind an object TYPE[I do not new the object], and Client
should initialize this object.

I am quite confused. In server, I just bind a Type and each Client call
build a new object?
How can I bind an object and client will using the object.

BTW, I am using WellKnownObjectmode.singleton



Thanks,
Fans
 
F

fAnSKyer/C# newbie

thanks a lot.
The project I am doing required complicated data transfer, I think web
service may not able. :p

fAnS...
Will you consider to use Web Service? That could be easier.

chanmm

fAnSKyer/C# newbie said:
I used JAVA RMI before, now I have to use .Net Remoting, and I found a
problem

What I want to do is
in Server, new an object, bind this object, and Client can use this
object from remote.

What I found now is.
in Server, Bind an object TYPE[I do not new the object], and Client
should initialize this object.

I am quite confused. In server, I just bind a Type and each Client call
build a new object?
How can I bind an object and client will using the object.

BTW, I am using WellKnownObjectmode.singleton



Thanks,
Fans
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top