https://bugzilla.novell.com/show_bug.cgi?id=374600
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=374600#c3 Gert Driesen <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #3 from Gert Driesen <[EMAIL PROTECTED]> 2008-03-28 13:32:43 MST --- The version resources are now read fine, but in some cases the FileVersionInfo.FileLanguage is not set. I've attached the source code for a repro. To reproduce: 1. compile the source code (mcs test.cs). 2. run it with argument create (mono test.exe create). 2. run it with argument verify (mono test.exe verify). Expected result: Test 1 - Verify =============== Build=1 Major=6 Minor=9 Private=3 Language=Invariant Language (Invariant Country) Test 2 - Verify =============== Build=1 Major=6 Minor=9 Private=3 Language=English (United States) Actual result: Test 1 - Verify =============== Build=1 Major=6 Minor=9 Private=3 Language= Test 2 - Verify =============== Build=1 Major=6 Minor=9 Private=3 Language= FYI: I have a set of unit tests ready that cover both the runtime and corlib issues. I'll commit these once you've fixed this last runtime bug and I've fixed the corresponding corlib bugs. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
