[Mono-bugs] [Bug 354926] Remoting class implementing interface type throws RemotingException in client and client fails

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jan 22 17:32:00 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=354926

User robertj at gmx.net added comment
https://bugzilla.novell.com/show_bug.cgi?id=354926#c1


Robert Jordan <robertj at gmx.net> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |robertj at gmx.net
             Status|NEW                                             |RESOLVED
         Resolution|                                                |INVALID




--- Comment #1 from Robert Jordan <robertj at gmx.net>  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.


More information about the mono-bugs mailing list