[Mono-bugs] [Bug 81122][Maj] New - Deserialzing a resource of type byte[] fails

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Mar 12 15:34:50 EDT 2007


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 frederik.carlier at ugent.be.

http://bugzilla.ximian.com/show_bug.cgi?id=81122

--- shadow/81122	2007-03-12 14:34:50.000000000 -0500
+++ shadow/81122.tmp.8765	2007-03-12 14:34:50.000000000 -0500
@@ -0,0 +1,39 @@
+Bug#: 81122
+Product: Mono: Class Libraries
+Version: 1.2
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: frederik.carlier at ugent.be               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Deserialzing a resource of type byte[] fails
+
+Description of Problem:
+This is a bug in the System.Resources namespace, exposed in resgen. Trying
+to use resgen for a resource of type byte[] yields an exception
+
+Steps to reproduce the problem:
+1. resgen Resources.resx
+
+Actual Results:
+Error: Invalid ResX input.
+Inner exception: Constructor not found. Class: System.Byte[]  Line 123,
+position 5.
+
+
+Expected Results:
+No exception
+
+How often does this happen? 
+Always
+
+Additional Information:
+SVN Head


More information about the mono-bugs mailing list