[Mono-bugs] [Bug 361709] Issues with App.ProductName, CompanyName, ProductVersion corner cases

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Feb 25 16:15:50 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=361709

User justin.cherniak at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=361709#c10


Justin Cherniak <justin.cherniak at gmail.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
 Attachment #196110|0                                               |1
        is obsolete|                                                |




--- Comment #10 from Justin Cherniak <justin.cherniak at gmail.com>  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.


More information about the mono-bugs mailing list