Build Numbers

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

how can i reference the build numbers for the application publication, to
display in about box
 
Hello Adam,

Assembly.GetExecutingAssembly().GetName().Version.ToString()

AS> Hi,
AS>
AS> how can i reference the build numbers for the application
AS> publication, to display in about box
AS>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Hello Adam,

add using System.Reflection;

AS> I recieved build errors releating to assembly not declared. (i am
AS> using VS2005 btw)
AS>
AS> "Michael Nemtsev" wrote:
AS>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Back
Top