[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:24:29 -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 vivek.varma@honeywell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=63758

--- shadow/63758	2004-08-25 10:59:21.000000000 -0400
+++ shadow/63758.tmp.31553	2004-08-25 11:24:29.000000000 -0400
@@ -349,6 +349,19 @@
 		public void foo()
 		{
 			Console.WriteLine("ClassLibrar1::foo");
 		}
 	}
 }
+
+------- Additional Comments From vivek.varma@honeywell.com  2004-08-25 11:24 -------
+I get a null reference exception when Mono tries to load an assembly 
+compiled with MS.NET.
+Vivek>>Yes. I compiled using MS.Net's csc. So 
+In fact I only get the exception the second time it tries to load the
+assembly, the first try works.
+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.
+