Hi,
I am new with remoting and I need some help. I have dll containning few classes and I want to make them accessible through remoting, how could I do that? Clients can be windows or web applications.
Printable View
Hi,
I am new with remoting and I need some help. I have dll containning few classes and I want to make them accessible through remoting, how could I do that? Clients can be windows or web applications.
You need to make them Serializable or inherit from MarshalByRef then you need to make a remoting server to make them available. There should be an example in the help. Remoting is a little complicated (not bad though), so its hard to just give a quick answer.