[Mono-bugs] [Bug 355717] FileVersionInfo: Runtime should set fields to zero-length string if filversioninfo is available

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Jan 24 09:27:38 EST 2008


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

User gert.driesen at pandora.be added comment
https://bugzilla.novell.com/show_bug.cgi?id=355717#c5





--- Comment #5 from Gert Driesen <gert.driesen at pandora.be>  2008-01-24 07:27:38 MST ---
Hmm, I think you misunderstood my report. The patch I attached is only
necessary to uncover the runtime "issue".  Currently, the runtime only sets the
localizable fields in FileVersionInfo to a value if:

* there's a StringFileInfo table
and
* there's an entry for the given key
and
* the value is not zero-length

What I would like is that the runtime would always set these fields in
FileVersionInfo to a zero-length string if any of these conditions is NOT met.

The runtime should not set these to a zero-length string if there's no
unmanaged fileversion block at all. That way these field will keep their
default value of null on the 2.0 profile, and zero-length string on 1.0
profile.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list