PC Review


Reply
Thread Tools Rate Thread

Deployment project properties - Version

 
 
evan
Guest
Posts: n/a
 
      18th Aug 2005
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

 
Reply With Quote
 
 
 
 
Cor Ligthert [MVP]
Guest
Posts: n/a
 
      18th Aug 2005
Evan,

The most simple one that I know (there are more ways to do this)

http://www.windowsformsdatagridhelp....3-364756a59f34

I hope this helps,

Cor


 
Reply With Quote
 
evan
Guest
Posts: n/a
 
      19th Aug 2005
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

 
Reply With Quote
 
Cor Ligthert [MVP]
Guest
Posts: n/a
 
      19th Aug 2005
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


 
Reply With Quote
 
Cor Ligthert [MVP]
Guest
Posts: n/a
 
      19th Aug 2005
Typo

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

Cor


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Return Version from a deployment project BICOAKRON Microsoft VB .NET 2 22nd Apr 2009 07:12 PM
Visual Studio .NET 2008 Deployment project runs but does not updateinstalled version dfrench@biztechsoftware.co.uk Microsoft Dot NET 0 8th Feb 2008 01:22 PM
FrameWork 2.0 deployment as part of Deployment project Bob Microsoft Dot NET Framework 2 2nd Jun 2006 09:45 PM
Web Deployment Project - .net version gerry Microsoft ASP .NET 4 16th Mar 2006 08:40 AM
Web Deployment Project - .net version gerry Microsoft ASP .NET 2 7th Mar 2006 01:31 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:34 AM.