[Mono-bugs] [Bug 33892][Min] Changed - Add module support to mcs
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 12 Feb 2003 11:36:11 -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 equim@planetquake.com.
http://bugzilla.ximian.com/show_bug.cgi?id=33892
--- shadow/33892 Wed Dec 11 16:38:22 2002
+++ shadow/33892.tmp.14048 Wed Feb 12 11:36:10 2003
@@ -96,6 +96,21 @@
do compatibility-wise.
Miguel.
------- Additional Comments From martin@ximian.com 2002-11-20 12:22 -------
Let's move this to Mono/Runtime until the Reflection stuff is done.
+
+------- Additional Comments From equim@planetquake.com 2003-02-12 11:36 -------
+I have not been able to find this mentioned after a fair bit of
+searching so...
+
+It is true that mono can run multi-file assemblies, but it falls down
+when attempting to run an assembly that uses a multi-file assembly.
+
+If you add a call to a method in a module of a multi-file assembly
+from the exe assembly then mono complains that it can't find it (a
+warning, followed by an error in the mono_analyze_stack function).
+
+Possibly this is related to the bug / missing feature reported above.
+
+-Martin