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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
