Hello, > How do I register well-known type in Mono ? I browsed CVS and found out that > System.Runtime.Remoting.RemotingConfiguration class is missing. > > However, I saw several statements that mono's remoting works although some > formatters are absent. > > Where am I wrong ?
The underlying JIT support for remoting has been implemented, but most of the higher level classes are missing (RemotingConfiguration is one of those). We need a lot more work before we have a functional Remoting implementation. Miguel. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
