[Mono-bugs] [Bug 76414][Blo] New - ResXResourceReader fails to read resx file on Windows

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Oct 11 20:44:15 EDT 2005


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 sorin.ionescu at gmail.com.

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

--- shadow/76414	2005-10-11 20:44:14.000000000 -0400
+++ shadow/76414.tmp.389	2005-10-11 20:44:14.000000000 -0400
@@ -0,0 +1,69 @@
+Bug#: 76414
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: Window XP SP2
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com                            
+ReportedBy: sorin.ionescu at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ResXResourceReader fails to read resx file on Windows
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Use the code sample attached and the resx file.
+
+Actual Results:
+Unhandled Exception: System.NotSupportedException:
+System.ComponentModel.ArrayConverter cannot be created from 'System.String'
+ 
+in [0x0003c] (at
+C:\cygwin\tmp\scratch\mono-1.1.9.2\mcs\class\System\System.ComponentModel\TypeConverter.cs:81)
+System.ComponentModel.TypeConverter:ConvertFrom (ITypeDescriptorContext
+context, System.Globalization.CultureInfo culture, System.Object value)
+ 
+in [0x00008] (at
+C:\cygwin\tmp\scratch\mono-1.1.9.2\mcs\class\System\System.ComponentModel\TypeConverter.cs:71)
+System.ComponentModel.TypeConverter:ConvertFrom (System.Object o)
+ 
+in [0x00002] (at
+C:\cygwin\tmp\scratch\mono-1.1.9.2\mcs\class\System\System.ComponentModel\TypeConverter.cs:96)
+System.ComponentModel.TypeConverter:ConvertFromString (System.String text)
+ 
+in [0x00114] (at
+C:\cygwin\tmp\scratch\mono-1.1.9.2\mcs\class\Managed.Windows.Forms\System.Resources\ResXResourceReader.cs:208)
+System.Resources.ResXResourceReader:load_data ()
+ 
+in [0x00033] (at
+C:\cygwin\tmp\scratch\mono-1.1.9.2\mcs\class\Managed.Windows.Forms\System.Resources\ResXResourceReader.cs:105)
+System.Resources.ResXResourceReader:basic_setup ()
+ 
+in [0x00013] (at
+C:\cygwin\tmp\scratch\mono-1.1.9.2\mcs\class\Managed.Windows.Forms\System.Resources\ResXResourceReader.cs:73)
+System.Resources.ResXResourceReader:.ctor (System.String fileName)
+ 
+in [0x0002b] (at C:\Documents and Settings\Sorin Ionescu\My
+Documents\Visual Studio 2005\Projects\SI.Boo\src\SI.Boo\Main.boo:14)
+SI.Boo.MainModule:Main ()
+
+Expected Results:
+For the program to run.
+
+How often does this happen? 
+Everytime.
+
+Additional Information:
+I'm running Mono 1.1.9.2 on Windows (installed with the installer). The
+code compiles fine with both Mono and .NET. Regardless of how it was
+compiled, it fails to run on Mono, but runs on .NET.


More information about the mono-bugs mailing list