|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Publish Version numberHello,
I am using VS2005 and the publish feature. Is there any way I get the version number from within my application? i.e. I have a splash screen and would like to display the latest version number. Ta in advance Barry barrysmith1***@hotmail.com napisal(a):
> Hello, Hi> > I am using VS2005 and the publish feature. > > Is there any way I get the version number from within my application? > i.e. I have a splash screen and would like to display the latest > version number. > > Ta in advance > Barry If you would like to get your application version use this code: My.Application.Info.Version Hope this helps. Regards, sweet_dreams by the way here is good article about My namespace:
http://www.15seconds.com/issue/050223.htm it's really worth reading sweet_dreams sweet_dreams wrote:
> Hi Thanks but I did try this before but it returns a version number of> If you would like to get your application version use this code: > > My.Application.Info.Version > > Hope this helps. > > Regards, > sweet_dreams 1.0.2133.26735 (version of the .exe file installed) whereas I published the application using version 3.0.1.x What I am trying to get is the 3.0.1.x version number returned. Thanks in advance Barry barrysmith1***@hotmail.com wrote:
> Hello, Try> > I am using VS2005 and the publish feature. > > Is there any way I get the version number from within my application? > i.e. I have a splash screen and would like to display the latest > version number. > > Ta in advance > Barry pvversion = "Publish Version: " & My.Application.Deployment.CurrentVersion.ToString AMP wrote:
Show quoteHide quote > barrysmith1***@hotmail.com wrote: Thats the job! Thanks very much.> > Hello, > > > > I am using VS2005 and the publish feature. > > > > Is there any way I get the version number from within my application? > > i.e. I have a splash screen and would like to display the latest > > version number. > > > > Ta in advance > > Barry > > > Try > pvversion = "Publish Version: " & > My.Application.Deployment.CurrentVersion.ToString For anyone else reading this you will also need to take into account the following. Will fall over during running debug mode so use the following to get round this. If System.Diagnostics.Debugger.IsAttached = False Then lb_version.Text = "Version : " & My.Application.Deployment.CurrentVersion.ToString Else lb_version.Text = "Debug Mode" End If Cheers Barry
problems with compacting
DataGrid custom class Exception HRESULT: 0x800401A8 in Excel with VB .Net Adding Help To My Application How to remove last line in a file comparing values in ARRAYLISTS DirectCast Timeout issue HttpWebResponse ClickOnce question New VS.2005 File format for windows-forms ( spliited into form1.designer.vb and form1.vb ) Configuration File code error |
|||||||||||||||||||||||