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=78936 --- shadow/78936 2006-07-24 00:59:44.000000000 -0400 +++ shadow/78936.tmp.23498 2006-07-24 00:59:44.000000000 -0400 @@ -0,0 +1,39 @@ +Bug#: 78936 +Product: Mono: Compilers +Version: 1.0 +OS: +OS Details: Windows XP +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: C# +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Resgen not compiling resx files with ImageListStreamer types + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: +resgen fails when type is null or type has an ImageListStreamer defined + +Steps to reproduce the problem: +1. create a .resx file with an imageliststreamer type +2. try to compile using resgen - fails with +"System.ComponentModel.TypeConverter cannot be created from 'System.Byte[]'" +3. remove the type attribute from the resx file and compile. Fails with a +null reference exception + +Expected Results: +Resgen should be able to compile resources with ImageListStreamer. It +should also provide a more helpful message than Null Reference when it can't. + +How often does this happen? +Everytime. + +Additional Information: +Blocking building the GUI for NUnit on Mono. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
