[Mono-bugs] [Bug 80521][Min] Changed - Mono should give cleaner message when it can't find assembly
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jan 15 13:22:53 EST 2007
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 viraptor at kni.prz.rzeszow.pl.
http://bugzilla.ximian.com/show_bug.cgi?id=80521
--- shadow/80521 2007-01-15 13:21:21.000000000 -0500
+++ shadow/80521.tmp.9139 2007-01-15 13:22:53.000000000 -0500
@@ -2,13 +2,13 @@
Product: Mono: Runtime
Version: 1.0
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Minor
Component: JIT
AssignedTo: lupus at ximian.com
ReportedBy: viraptor at kni.prz.rzeszow.pl
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -53,6 +53,15 @@
------- Additional Comments From viraptor at kni.prz.rzeszow.pl 2007-01-15 13:21 -------
Created an attachment (id=18497)
library code
+
+------- Additional Comments From viraptor at kni.prz.rzeszow.pl 2007-01-15 13:22 -------
+Compile:
+mcs lib.cs -t:library -out:lib.dll
+mcs app.cs -t:exe -out:app.exe -r:lib.dll
+rm lib.dll
+./app.exe
+
+It will generate mentioned report.
More information about the mono-bugs
mailing list