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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80763 --- shadow/80763 2007-03-12 11:17:25.000000000 -0500 +++ shadow/80763.tmp.935 2007-03-15 13:25:31.000000000 -0500 @@ -1,12 +1,12 @@ Bug#: 80763 Product: Mono: Class Libraries Version: 1.2 OS: other OS Details: -Status: NEW +Status: NEEDINFO Resolution: Severity: Unknown Priority: Normal Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] @@ -45,6 +45,23 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-02-08 05:52 ------- Created an attachment (id=18647) Compiled Assembly + +------- Additional Comments From [EMAIL PROTECTED] 2007-03-15 13:25 ------- +Running your code on windows outputs an exception on catch if there +are no printers or the print spooler. Even if it blows up on something +else, it still catches the exception, so I can't repro this, really +need a stacktrace to know what's wrong :p + +Are you running on windows? Please run it with mono --debug , and if +you still can't get useful output, run it with + +mono --debug --trace=N:System.Drawing.Printing DrawIconTest.exe>outputlog + +and attach the outputlog here. If you're running on cygwin under +windows or on linux, do this one instead + +mono --debug --trace=N:System.Drawing.Printing +DrawIconTest.exe>outputlog 2>&1 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
