D Daniel Moth Nov 22, 2004 #2 Remoting is not supported on the CF and there are no plans to do so (mainly due to size). Alternatives offered are: - Web Services - Sockets - Roll your own (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncscol/html/csharp09182003.asp) Other possibly relevant links - http://www.codeproject.com/cs/webservices/remotingoverinternet.asp - http://www.remobjects.com/ If you are just looking for Inter-Process Communication - http://www.danielmoth.com/Blog/2004/09/ipc-with-cf-on-ce-part-1.html Cheers Daniel
Remoting is not supported on the CF and there are no plans to do so (mainly due to size). Alternatives offered are: - Web Services - Sockets - Roll your own (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncscol/html/csharp09182003.asp) Other possibly relevant links - http://www.codeproject.com/cs/webservices/remotingoverinternet.asp - http://www.remobjects.com/ If you are just looking for Inter-Process Communication - http://www.danielmoth.com/Blog/2004/09/ipc-with-cf-on-ce-part-1.html Cheers Daniel