PC Review


Reply
Thread Tools Rate Thread

Application versioning in VB.NET 2003

 
 
=?Utf-8?B?U2NvdHRCSEBvbmxpbmUubm9zcGFt?=
Guest
Posts: n/a
 
      26th Oct 2004
Ok, this is going to sound like a silly one, but:

In VB6 there was the app object, which had things like the application's
version information. I found the equivalent VB.NET object, the Application
object. What I can't find is where in the IDE you get to set the version
number on a build. In VB6 it was off the project properties pages, but I
checked that in VB.NET and I don't see it. Can someone direct me to where it
is?
 
Reply With Quote
 
 
 
 
Ken Tucker [MVP]
Guest
Posts: n/a
 
      26th Oct 2004
Hi,

It is in the assemblyinfo.vb file.

' Version information for an assembly consists of the following four values:

'

' Major Version

' Minor Version

' Build Number

' Revision

'

' You can specify all the values or you can default the Build and Revision
Numbers

' by using the '*' as shown below:

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



Ken
------------------------
"(E-Mail Removed)" <(E-Mail Removed)>
wrote in message news:7EE9E726-D749-465C-A7A6-(E-Mail Removed)...
Ok, this is going to sound like a silly one, but:

In VB6 there was the app object, which had things like the application's
version information. I found the equivalent VB.NET object, the Application
object. What I can't find is where in the IDE you get to set the version
number on a build. In VB6 it was off the project properties pages, but I
checked that in VB.NET and I don't see it. Can someone direct me to where it
is?


 
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
versioning greg Microsoft Word Document Management 2 21st Jan 2008 05:54 AM
versioning greg Microsoft Word New Users 2 21st Jan 2008 05:54 AM
Application working with Smarphone 2003 emulator TypeLoadException with Smartphone 2003 SE trevor.lyall@gmail.com Microsoft Dot NET Compact Framework 3 11th Jan 2005 10:00 PM
vba automation to word 2003 (controlling application Access 2003/2000); sample code? Philip Leduc Microsoft Access 0 23rd Dec 2004 08:06 PM
Deployed simple C#.NET single form application to Windows server 2003 and the form will not display, but application appears in the the task bar. Roger.Smith Microsoft Dot NET Framework Forms 2 30th Nov 2004 02:56 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:14 PM.