[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 10:08:27 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 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 amk at pobox.sk  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.
    
    
More information about the mono-bugs
mailing list