[Mono-list] Remoting on pocketpc throught Mono

Robert Jordan robertj at gmx.net
Wed May 14 16:42:15 EDT 2008


Justin Dearing wrote:
> Hello,
> 
> I wanted to do .NET remoting on the compact framework. That feature
> just isn't supported. So while porting all of mono to the compact
> framework would be hard, copying the remoting APIs over should be
> doable.

Just coping over is not enough because the CF runtime does not provide
the low-level remoting machinery required by mono's assemblies.

You must decouple the remoting libs from mono's runtime and provide
an alternative (proxy stub generator?) for CF's missing transparent
proxy support.

Robert



More information about the Mono-list mailing list