[Mono-bugs] [Bug 77481][Wis] New - resgen croaks at empty mimetype
attribute in .resx
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Feb 6 09:55:39 EST 2006
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 gdh at acentral.co.uk.
http://bugzilla.ximian.com/show_bug.cgi?id=77481
--- shadow/77481 2006-02-06 09:55:39.000000000 -0500
+++ shadow/77481.tmp.3374 2006-02-06 09:55:39.000000000 -0500
@@ -0,0 +1,34 @@
+Bug#: 77481
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: gdh at acentral.co.uk
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: resgen croaks at empty mimetype attribute in .resx
+
+Noticed with 1.1.9 and 1.1.13.2:
+
+test:~# resgen /compile Localisation.resx
+Error: Exception has been thrown by the target of an invocation.
+Inner exception: Failed to read past end of stream.
+
+http://bum.net/Localisation.resx
+
+Caused by the empty mimetype attribute in
+
+ <data name="Make a Booking" mimetype="">
+ <value>Make a Booking</value>
+ </data>
+
+Cheers,
+Gavin.
More information about the mono-bugs
mailing list