https://bugzilla.novell.com/show_bug.cgi?id=361709
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=361709#c10 Justin Cherniak <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #196110|0 |1 is obsolete| | --- Comment #10 from Justin Cherniak <[EMAIL PROTECTED]> 2008-02-25 14:15:49 MST --- Created an attachment (id=197016) --> (https://bugzilla.novell.com/attachment.cgi?id=197016) Updated patch (In reply to comment #9 from Jonathan Pobst) I'm attaching a updated patch that fixes that issue (forgot to verify return values). That said, I'm still getting results that indicate AssemblyFileVersion is being read. Running my test on Windows Server 2003 with .NET 2.0 SP1, I still get the following output for my test case: ====.NET==== FirstNS FourthNS 2.0.0.0 C:\Documents and Settings\All Users\Application Data\FirstNS\FourthNS\2.0.0.0 HKEY_LOCAL_MACHINE\Software\FirstNS\FourthNS\2.0.0.0 C:\Documents and Settings\Justin\Application Data\FirstNS\FourthNS\2.0.0.0 HKEY_CURRENT_USER\Software\FirstNS\FourthNS\2.0.0.0 ====Mono==== FirstNS FourthNS 2.0.0.0 C:\Documents and Settings\All Users\Application Data\FirstNS\FourthNS\2.0.0.0 HKEY_LOCAL_MACHINE\Software\FirstNS\FourthNS\2.0.0.0 C:\Documents and Settings\Justin\Application Data\FirstNS\FourthNS\2.0.0.0 HKEY_CURRENT_USER\Software\FirstNS\FourthNS\2.0.0.0 And with your test case: ====.NET==== Program Program 2.0.0.0 C:\Documents and Settings\All Users\Application Data\Program\Program\2.0.0.0 HKEY_LOCAL_MACHINE\Software\Program\Program\2.0.0.0 C:\Documents and Settings\Justin\Application Data\Program\Program\2.0.0.0 HKEY_CURRENT_USER\Software\Program\Program\2.0.0.0 ====Mono==== Program Program 2.0.0.0 C:\Documents and Settings\All Users\Application Data\Program\Program\2.0.0.0 HKEY_LOCAL_MACHINE\Software\Program\Program\2.0.0.0 C:\Documents and Settings\Justin\Application Data\Program\Program\2.0.0.0 HKEY_CURRENT_USER\Software\Program\Program\2.0.0.0 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
