[Mono-bugs] [Bug 63758][Cri] Changed - Assembly.Load fails in remoting scenario

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 24 Aug 2004 14:49:33 -0400 (EDT)


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=63758

--- shadow/63758	2004-08-24 03:04:52.000000000 -0400
+++ shadow/63758.tmp.6535	2004-08-24 14:49:33.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 63758
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: Windows XP
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Critical
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: vivek.varma@honeywell.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -113,6 +113,12 @@
 With a Remoting Server running on MS.Net this problem does not exist, as 
 I presume that the MS.Net assembly loader lazy loads referenced 
 assemblies.
 ***************************
 Mono Version Used: Mono 1.0
 ****************************
+
+------- Additional Comments From lluis@ximian.com  2004-08-24 14:49 -------
+I guess that the server has the same copy of ClassLib1.dll that the
+client has, right?
+
+What happens if you run both client and server in mono?