[Mono-bugs] [Bug 58244][Wis] Changed - error CS1509: Referenced file '...' is not an assembly; use '/addmodule' option instead
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 17 Apr 2005 13:34:00 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=58244
--- shadow/58244 2005-04-16 17:05:13.000000000 -0400
+++ shadow/58244.tmp.3789 2005-04-17 13:34:00.000000000 -0400
@@ -199,6 +199,14 @@
------- Additional Comments From bmaurer@users.sf.net 2004-08-29 15:12 -------
*** Bug 61952 has been marked as a duplicate of this bug. ***
------- Additional Comments From miguel@ximian.com 2005-04-16 17:05 -------
Ben, what is the next action here?
+
+------- Additional Comments From bmaurer@users.sf.net 2005-04-17 13:33 -------
+We would have to make the runtime give some sort of useful error
+message. For now, we could change the assert method to say "is this a
+module you are trying to load as an assembly?" or something. Idealy,
+we want to change loading errors into exceptions that mcs could then
+transform into the proper error message. However, that is a much
+larger task.