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 07:07:30.000000000 -0500 +++ shadow/76809.tmp.1941 2005-11-24 10:08:27.000000000 -0500 @@ -99,6 +99,11 @@ or LibraryClass obj = (LibraryClass) RemotingServices.Connect ( typeof(LibraryClass), "tcp://localhost:8089/SampleServer"); + +------- Additional Comments From [EMAIL PROTECTED] 2005-11-24 10:08 ------- +What i try to do is a creation of client-activated object. +Activator.GetObject() and RemotingServices.Connect() are used in the +case of server-activated... that's what i read in the documentation. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
