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=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: [EMAIL PROTECTED]                            
+ReportedBy: [EMAIL PROTECTED]               
+QAContact: [EMAIL PROTECTED]
+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:
+
[EMAIL PROTECTED]:~$ 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]
[EMAIL PROTECTED]:~$ 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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to