[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, 6 Jun 2004 16:23:39 -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 2004-06-06 15:22:07.000000000 -0400
+++ shadow/58244.tmp.31350 2004-06-06 16:23:39.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 58244
Product: Mono: Compilers
Version: unspecified
-OS: Windows XP
-OS Details: May happen on other OSs.
+OS: All
+OS Details:
Status: REOPENED
Resolution:
Severity: Unknown
-Priority: Critical
+Priority: Wishlist
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: diltonm@McCOMSoft.com
QAContact: mono-bugs@ximian.com
TargetMilestone: V1
URL:
Cc:
-Summary: mcs crashes in Mono Beta 2
+Summary: error CS1509: Referenced file '...' is not an assembly; use '/addmodule' option instead
Please fill in this template when reporting a bug, unless you know what
you are doing.
Description of Problem:
Using the sample that I'm attaching, mcs crashes on XP with the latest
@@ -127,6 +127,15 @@
library not an assembly; the latter apparently is synonymous with module.
Still, the compiler should not crash, it should provide a clear error
message.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-06-06 16:23 -------
+error CS1509: Referenced file '...' is not an assembly; use
+'/addmodule' option instead
+
+is what I get, when i make this sorta mistake. If possible, we should
+give the same error.
+
+this is a wishlist (non-graceful failure).