[Mono-bugs] [Bug 78780][Nor] Changed - XML-RPC.net and Remoting don't work together
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jul 22 12:33:16 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=78780
--- shadow/78780 2006-07-22 01:51:17.000000000 -0400
+++ shadow/78780.tmp.25732 2006-07-22 12:33:16.000000000 -0400
@@ -139,6 +139,21 @@
------- Additional Comments From davidiw at ufl.edu 2006-07-22 01:51 -------
I can't run one under windows and one under Linux. Running both
under Windows (.NET 1.1 libraries, Mono compiled). TestServer.exe
runs and TestClient.exe fails.
+
+------- Additional Comments From robertj at gmx.net 2006-07-22 12:33 -------
+I guess the problem is this line:
+
+<formatter
+ type="CookComputing.XmlRpc.XmlRpcServerFormatterSinkProvider,
+CookComputing.XmlRpc"
+
+Use the full assembly name of CookComputing.XmlRpc:
+
+ type="CookComputing.XmlRpc.XmlRpcServerFormatterSinkProvider,
+CookComputing.XmlRpc, Version=..., PublicKeyToken=..."
+
+You can obtain the full name from "gacutil -l".
+
More information about the mono-bugs
mailing list