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

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=345972#c3


Gert Driesen <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |[EMAIL 
PROTECTED]




--- Comment #3 from Gert Driesen <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to