https://bugzilla.novell.com/show_bug.cgi?id=354926
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=354926#c1 Robert Jordan <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Robert Jordan <[EMAIL PROTECTED]> 2008-01-22 15:31:59 MST --- Since RemoteObject doesn't implement IRemoteObject, there is no way to activate it via IRemoteObject. You need this: public sealed class RemoteObject : MarshalByRefObject, IRemoteObject =================== -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
