https://bugzilla.novell.com/show_bug.cgi?id=363881
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=363881#c6 Marc Christensen <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] --- Comment #6 from Marc Christensen <[EMAIL PROTECTED]> 2008-03-04 19:17:33 MST --- gert, when trying to compile your smaller repo, I get the following error: [EMAIL PROTECTED]:~/tmp> gmcs test.cs test.cs(2,14): error CS0234: The type or namespace name `Drawing' does not exist in the namespace `System'. Are you missing an assembly reference? test.cs(3,14): error CS0234: The type or namespace name `Drawing' does not exist in the namespace `System'. Are you missing an assembly reference? test.cs(5,14): error CS0234: The type or namespace name `Windows' does not exist in the namespace `System'. Are you missing an assembly reference? test.cs(76,33): error CS0246: The type or namespace name `Form' could not be found. Are you missing a using directive or an assembly reference? Compilation failed: 4 error(s), 0 warnings Is there a flag that I need to use to access that assembly? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
