[Mono-bugs] [Bug 76809][Nor] Changed - TargetInvocationException when calling Activator.CreateInstance

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Nov 26 11:38:02 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-25 18:54:59.000000000 -0500
+++ shadow/76809.tmp.18965	2005-11-26 11:38:02.000000000 -0500
@@ -147,6 +147,16 @@
 
 RemotingConfiguration.RegisterActivatedClientType (
   typeof(LibraryClass), "tcp://localhost:8089");
 
 LibraryClass obj = new LibraryClass();
 
+
+------- Additional Comments From amk at pobox.sk  2005-11-26 11:38 -------
+RemotingConfiguration.RegisterActivatedClientType
+(typeof(LibraryClass), "tcp://localhost:8089"); 
+
+works. Problem solved, thank you VERY much... 
+
+Anyway, my first try with Activator.CreateInstance is a bug or it's
+not implemented? Need this to close this case (eventually you can
+change the status).  


More information about the mono-bugs mailing list