[Mono-bugs] [Bug 78039][Cri] Changed - Getting error message when
creating instance of a Client Activated Object (CAO)
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Apr 7 09:54:52 EDT 2006
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=78039
--- shadow/78039 2006-04-07 02:03:28.000000000 -0400
+++ shadow/78039.tmp.19066 2006-04-07 09:54:52.000000000 -0400
@@ -182,6 +182,19 @@
System.Activator:CreateInstance (System.String assemblyName,
System.String typeName, System.Object[] activationAttributes)
in [0x0004e] (at
/home/diegoflorez84/Projects/BORRAME/Client/Client.cs:22)
RemotingApp.Client:Main (System.String[] args)
+
+------- Additional Comments From robertj at gmx.net 2006-04-07 09:54 -------
+Does it work if you omit
+
+ RemotingConfiguration.ApplicationName = "remApp";
+
+and use this uri:
+
+ object[] attrs = {new
+UrlAttribute("tcp://localhost:8888/")}?
+
+It might be related to bug #76809
+
More information about the mono-bugs
mailing list