[Mono-bugs] [Bug 63758][Cri] Changed - Assembly.Load fails when loading MS.NET compiled assembly

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 8 Sep 2004 15:34:17 -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-25 12:11:27.000000000 -0400
+++ shadow/63758.tmp.1870	2004-09-08 15:34:17.000000000 -0400
@@ -385,6 +385,17 @@
 reported in #63809.
 Vivek>>There is a fix suggested for Bug #63809 (Its part of the bug 
 report). Applying that fix would solve that bug however it does not 
 fix the problem reported in this bug report #63758. So i have a 
 feeling these are two different problems, unless of course the fix 
 suggested for Bug #63809 is incorrect.
+
+------- Additional Comments From lluis@ximian.com  2004-09-08 15:34 -------
+Now that the patch for Bug #63809 has been commited, your test case
+works like a charm for me. I tried a lot of combinations of clients
+and servers, compiling the assemblies on Mono and MS.NET, and it works.
+
+This is what I'm doing:
+1) compile all assemblies with csc in Windows.
+2) compy all assemblies to Linux.
+3) run mono RemoteServer.exe on Linux
+4) run RemotingClient <the-linux-ip-here>