[Mono-bugs] [Bug 70766][Maj] New - FileVersionInfo does not return ProductVersion
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 22 Dec 2004 21:31:47 -0500 (EST)
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 mlasky@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=70766
--- shadow/70766 2004-12-22 21:31:47.000000000 -0500
+++ shadow/70766.tmp.4929 2004-12-22 21:31:47.000000000 -0500
@@ -0,0 +1,40 @@
+Bug#: 70766
+Product: Mono: Class Libraries
+Version: 1.1
+OS: SLES 9
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: System
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: mlasky@novell.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: FileVersionInfo does not return ProductVersion
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+The FileVersionInfo.GetFileVersionInfo() does not return the
+ProductVersion.
+
+Steps to reproduce the problem:
+1. Run the attached test program mono Test.exe notepad.exe
+2.
+3.
+
+Actual Results:
+Nothing is printed.
+
+Expected Results:
+Product Version = 5.1.2600.2180 should be printed.
+
+How often does this happen?
+Every time.
+
+Additional Information:
+Works on .NET and I thought on previous version of mono 1.1.2?