Help with basic remoting

  • Thread starter Thread starter Diego F.
  • Start date Start date
D

Diego F.

Hello. I've been testing basic remoting samples where I have a DLL, a server
and a client. The server registers a channel and the type of the object
(from the DLL). Then the client receives a object from the channel.

My question is how to send objects (from the DLL also), and moreover, store
objects in a container.

Regards,

Diego F.
 
hi
the object is sent from the dll in all cases !! . any way , you can find
good examples with source code on this link ....
http://www.codeproject.com/ .... just do a search
there on remoting
Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
 
OK I finally get it, but now I find that Compact Framework does not support
..NET Remoting :-(

What alternative do I have to .NET Remoting in Compact Framework?

Regards,

Diego F.
 
Back
Top