[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, 25 Aug 2004 11:51:22 -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 11:24:29.000000000 -0400
+++ shadow/63758.tmp.32472	2004-08-25 11:51:22.000000000 -0400
@@ -362,6 +362,20 @@
 Vivek>> I don't know if the problem you state is related to the one 
 i reported. I observed the problem that u state as well. Just trying 
 to load an assembly(complied using MS.Net, assembly u load doesn't 
 have to reference another one) twice throws the null ref exception. 
 There is a seperate bug report on this problem Bug# 63809.
 
+
+------- Additional Comments From lluis@ximian.com  2004-08-25 11:51 -------
+I did the following:
+1) compile all assemblies with Mono. Copy the assemblies to Windows.
+Run the server in Mono, the client in Windows. It works.
+2) compile the assemblies in Windows. Copy the assemblies to Linux.
+Run the server in Mono, the client in Windows. The first run of the
+client works. The second one fails, giving that null reference exception.
+
+To my understanding this is not a remoting issue, but the same bug
+reported in #63809.
+
+If you are experiencing the same behavior, I'll mark this bug as a
+duplicate of bug #63809.