[Mono-bugs] [Bug 76809][Nor] Changed - TargetInvocationException
when calling Activator.CreateInstance
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Nov 25 18:54:59 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 robertj at gmx.net.
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 amk at pobox.sk 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 robertj at gmx.net 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();
+
More information about the mono-bugs
mailing list