[Mono-bugs] [Bug 345972] FileVersionInfo doesn't work

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Dec 5 07:43:57 EST 2007


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

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


Gert Driesen <gert.driesen at pandora.be> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |gert.driesen at pandora.be




--- Comment #3 from Gert Driesen <gert.driesen at pandora.be>  2007-12-05 05:43:57 MST ---
This one works fine on MS:

using System;
using System.Diagnostics;
using System.IO;

class T
{
  static void Main ()
  {
    string dir = AppDomain.CurrentDomain.BaseDirectory;
    string vbnc = Path.Combine (dir, "vbnc.exe");
    FileVersionInfo f = FileVersionInfo.GetVersionInfo (vbnc);
    System.Console.WriteLine (f);
  }
}

Note:
This regression only affect Linux.


-- 
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