[Mono-bugs] [Bug 76809][Nor] Changed - TargetInvocationException
when calling Activator.CreateInstance
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Nov 24 15:50:17 EST 2005
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 amk at pobox.sk.
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 amk at pobox.sk 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...
More information about the mono-bugs
mailing list