[Mono-bugs] [Bug 52265][Wis] New - Remoting fails when calling a method of a remote object with a Marsh... type in the arguments
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 16 Dec 2003 17:31:09 -0500 (EST)
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 yoros@wanadoo.es.
http://bugzilla.ximian.com/show_bug.cgi?id=52265
--- shadow/52265 2003-12-16 17:31:09.000000000 -0500
+++ shadow/52265.tmp.7335 2003-12-16 17:31:09.000000000 -0500
@@ -0,0 +1,25 @@
+Bug#: 52265
+Product: Mono/Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: yoros@wanadoo.es
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Remoting fails when calling a method of a remote object with a Marsh... type in the arguments
+
+When calling a method of a Remoting object with an argument that implements
+either MarshalByRefObject and the interface that the method expects, the
+remoting system tries to load an assembly looking for the class
+implementation. It shouldn't do that because it has the interface that the
+sent object is implementing...
+
+I attach an example that runs in MS.NET and not in MONO.