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=80565 --- shadow/80565 2007-01-29 11:21:34.000000000 -0500 +++ shadow/80565.tmp.12766 2007-01-30 11:17:35.000000000 -0500 @@ -5,13 +5,13 @@ OS Details: Ubuntu Edgy Status: NEW Resolution: Severity: Unknown Priority: Normal Component: Sys.Drawing. -AssignedTo: [EMAIL PROTECTED] +AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: Summary: Error using resgen to generate a resource containing an icon @@ -96,6 +96,15 @@ bug report for the /usesourcepath issue (and am working on a patch for this). ------- Additional Comments From [EMAIL PROTECTED] 2007-01-29 11:21 ------- In retrospect, this seems to be a bug in System.Drawing.Imaging, and that code seems to be owned by Sebastien Pouliot. + +------- Additional Comments From [EMAIL PROTECTED] 2007-01-30 11:17 ------- +b96b3cb5-0728-11d3-9d7b-0000f81ef32e is the ICON codec which is a +decoder-only codec, i.e. it can't save in the ICO format. + +I already have unit tests to confirm this (but I'll review them +anyway). I think our resgen tool shouldn't load and save using the +codecs (but only embed the file) and this should be easy to test under +MS (with an invalid ICO file). _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
