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 16:01:47.000000000 -0500 +++ shadow/76809.tmp.10794 2005-11-25 18:54:59.000000000 -0500 @@ -138,6 +138,15 @@ On windows (with .NET v1.1.4322), these mcs-compiled executables are 100% working... ------- Additional Comments From [EMAIL PROTECTED] 2005-11-24 16:01 ------- I installed mono(1.1.10) on windows and the problem is still there, so it isn't linux specific... + +------- Additional Comments From [EMAIL PROTECTED] 2005-11-25 18:54 ------- +Sorry, I used a wrong Uri. Try this, it works for me: + +RemotingConfiguration.RegisterActivatedClientType ( + typeof(LibraryClass), "tcp://localhost:8089"); + +LibraryClass obj = new LibraryClass(); + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
