File Version and Build Version

M

Maileen

Hi,

I would like to autoincrement the Build Version of my Application.
In VC++ this is in Option of Porject, but i didn't find such thing in
VB.NET.

In fact, i would like to be able to display these information later in
my Help file of my application...but as automatic value.
I don't want to hardcode it.

thanks a lot,
Maileen
 
K

Ken Tucker [MVP]

Hi,

In the assemblyinfo.vb file if the AssemblyVersion has a * in it
will autoincrement.

<Assembly: AssemblyVersion("1.0.*")>



To get assemblyversion from code take a look at the
application.productversion.

http://msdn.microsoft.com/library/d...sformsapplicationclassproductversiontopic.asp



Ken

--------------------

Hi,

I would like to autoincrement the Build Version of my Application.
In VC++ this is in Option of Porject, but i didn't find such thing in
VB.NET.

In fact, i would like to be able to display these information later in
my Help file of my application...but as automatic value.
I don't want to hardcode it.

thanks a lot,
Maileen
 
K

Ken Tucker [MVP]

Hi,

If you are looking to distrbute an vb.net with out the framework
take a look at this.

(untested)
http://thinstall.com/help/index.html?linking_netframework.htm

Ken
--------------------------
Hi,

I would like to autoincrement the Build Version of my Application.
In VC++ this is in Option of Porject, but i didn't find such thing in
VB.NET.

In fact, i would like to be able to display these information later in
my Help file of my application...but as automatic value.
I don't want to hardcode it.

thanks a lot,
Maileen
 
K

Ken Tucker [MVP]

Hi,

Sorry posted to wrong question.

Ken
---------------
Hi,

If you are looking to distrbute an vb.net with out the framework
take a look at this.

(untested)
http://thinstall.com/help/index.html?linking_netframework.htm

Ken
--------------------------
Hi,

I would like to autoincrement the Build Version of my Application.
In VC++ this is in Option of Porject, but i didn't find such thing in
VB.NET.

In fact, i would like to be able to display these information later in
my Help file of my application...but as automatic value.
I don't want to hardcode it.

thanks a lot,
Maileen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top