[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
Mon, 19 Jan 2004 06:47:48 -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 lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=52265
--- shadow/52265 2004-01-19 06:47:48.000000000 -0500
+++ shadow/52265.tmp.5068 2004-01-19 06:47:48.000000000 -0500
@@ -0,0 +1,34 @@
+Bug#: 52265
+Product: Mono/Class Libraries
+Version: unspecified
+OS: unknown
+OS Details:
+Status: NEW
+Resolution:
+Severity: Unknown
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: lluis@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.
+
+------- Additional Comments From yoros@wanadoo.es 2003-12-16 17:34 -------
+Created an attachment (id=6263)
+Sample that runs on MS.NET and not in MONO / linux
+
+
+------- Additional Comments From lluis@ximian.com 2004-01-19 06:47 -------
+update: I have a fix for this, but it is being reviewed since it has
+an important impact in cast and type check performance.