Deployment project properties - Version

  • Thread starter Thread starter evan
  • Start date Start date
E

evan

Hi,

Does anyone know how to access (at runtime) the "Version" parameter of
the
deployment project?

I need to be able to display the "Version" of the deployment project in
an 'About' box.

/evan
 
Thanks Cor, but "System.Windows.Forms.Application.ProductVersion" shows
the Version of the Form.... I need to show the Version of the
deployment project.

/evan
 
Evan,

The form has not form, I tested it and saw the application, I will look to
it today more

However this is the other way.
\\\
MessageBox.Show( _
System.Reflection.Assembly.GetExecutingAssembly( _
).GetName().Version.ToString())
///

I hope this helps,

Cor
 
Typo

In my opinion the form has no version number etc.......................

Cor
 
Back
Top