[Mono-bugs] [Bug 79182][Cri] New - Localizable Forms -> ResourceSet is closed.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Aug 27 07:22:03 EDT 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 dna at informatik.uni-kiel.de.
http://bugzilla.ximian.com/show_bug.cgi?id=79182
--- shadow/79182 2006-08-27 07:22:03.000000000 -0400
+++ shadow/79182.tmp.19606 2006-08-27 07:22:03.000000000 -0400
@@ -0,0 +1,57 @@
+Bug#: 79182
+Product: Mono: Class Libraries
+Version: unspecified
+OS: GNU/Linux [Other]
+OS Details: Ubuntu 6.06 (dapper)
+Status: NEW
+Resolution:
+Severity:
+Priority: Critical
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: dna at informatik.uni-kiel.de
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Localizable Forms -> ResourceSet is closed.
+
+I'm using the Linux Installer 1.1.16.1,
+
+following error occurs when trying to start a localizable MWF application:
+
+dna at dna-laptop:~$ mono ResourceTest.exe
+Mono System.Windows.Forms Assembly [$auto_build_revision$]
+Gtk colorscheme read
+
+Unhandled Exception: System.InvalidOperationException: ResourceSet is closed.
+ at System.Resources.ResourceSet.ReadResources () [0x00000]
+ at System.Resources.ResourceSet.GetEnumerator () [0x00000]
+ at System.ComponentModel.ComponentResourceManager.ApplyResources
+(System.Object value, System.String objectName,
+System.Globalization.CultureInfo culture) [0x00000]
+ at System.ComponentModel.ComponentResourceManager.ApplyResources
+(System.Object value, System.String objectName) [0x00000]
+ at ResourceTest.Form1.InitializeComponent () [0x00000]
+ at ResourceTest.Form1..ctor () [0x00000]
+ at (wrapper remoting-invoke-with-check) ResourceTest.Form1:.ctor ()
+ at ResourceTest.Program.Main () [0x00000]
+dna at dna-laptop:~$ mono ResourceTest.exe
+Mono System.Windows.Forms Assembly [$auto_build_revision$]
+Gtk colorscheme read
+
+Unhandled Exception: System.InvalidOperationException: ResourceSet is closed.
+ at System.Resources.ResourceSet.ReadResources () [0x00000]
+ at System.Resources.ResourceSet.GetEnumerator () [0x00000]
+ at System.ComponentModel.ComponentResourceManager.ApplyResources
+(System.Object value, System.String objectName,
+System.Globalization.CultureInfo culture) [0x00000]
+ at System.ComponentModel.ComponentResourceManager.ApplyResources
+(System.Object value, System.String objectName) [0x00000]
+ at ResourceTest.Form1.InitializeComponent () [0x00000]
+ at ResourceTest.Form1..ctor () [0x00000]
+ at (wrapper remoting-invoke-with-check) ResourceTest.Form1:.ctor ()
+ at ResourceTest.Program.Main () [0x00000]
+
+I'll attach a example VS.NET project.
+I know this is VS2005 but System.Resources.ResourceSet is a .NET 1.1 class.
More information about the mono-bugs
mailing list