https://bugzilla.novell.com/show_bug.cgi?id=339787#c1
--- Comment #1 from Eric Petit <[EMAIL PROTECTED]> 2007-11-07 05:16:04 MST ---
exactly in my programm is :
using System.Reflection;
this.LblVers.Text = String.Format("Version {0}", Application.ProductVersion) +
String.Format(" Build {0}", AssemblyVersion);
public string AssemblyVersion
{
get
{
return
Assembly.GetExecutingAssembly().GetName().Version.ToString();
}
}
--
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