Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76809 --- shadow/76809 2005-11-24 10:16:28.000000000 -0500 +++ shadow/76809.tmp.6660 2005-11-24 15:50:17.000000000 -0500 @@ -113,6 +113,27 @@ RemotingConfiguration.RegisterActivatedClientType ( typeof(LibraryClass), "tcp://localhost:8089/SampleServer"); LibraryClass obj = new LibraryClass(); + +------- Additional Comments From [EMAIL PROTECTED] 2005-11-24 15:50 ------- +So i tried RegisterActivatedClientType and a new op, and this is what +I got: + +Unhandled Exception: System.Runtime.Remoting.RemotingException: +Requested service not found. No receiver for uri +SampleServer/RemoteActivationService.remin <0x006dc> +System.Runtime.Remoting.Proxies.RealProxy:PrivateInvoke +(System.Runtime.Remoting.Proxies.RealProxy rp, IMessage msg, +System.Exception exc, System.Object[] out_args) + +Exception rethrown at [1]: + +in <0x006dc> System.Runtime.Remoting.Proxies.RealProxy:PrivateInvoke +(System.Runtime.Remoting.Proxies.RealProxy rp, IMessage msg, +System.Exception exc, System.Object[] out_args) + + +On windows (with .NET v1.1.4322), these mcs-compiled executables are +100% working... _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
