VB.NET

Moderators: seancampbell
Number of threads: 4022
Number of posts: 10035

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
How to get the Version Number? Posted by lee_s on 3 Aug 2004 at 2:58 AM
Hi
I know how to get the Version number from my application but i don't know how to get it from some UserControls that i created and using in my application.
when i try the "Application.ProductVersion" in the UserControl it return me the Parent application version.

How can i get the UserControl Version?

Thanks

Report
Re: How to get the Version Number? Posted by iwilld0it on 4 Aug 2004 at 7:39 AM
As far as I know, you can not get a separate version number for just one file in a project unless maybe if the item was compiled in a separate dll or exe.

: Hi
: I know how to get the Version number from my application but i don't know how to get it from some UserControls that i created and using in my application.
: when i try the "Application.ProductVersion" in the UserControl it return me the Parent application version.
:
: How can i get the UserControl Version?
:
: Thanks
:
:

Report
Re: How to get the Version Number? Posted by Igrado on 1 Feb 2012 at 10:41 AM
I have found a way to set the My.Application.Info.Version successfully in VB.NET using Microsoft Visual Basic 2010 Expres.

Navigate to your Projects Properties. (I do this by going to View > [projectname] Properties...) Then make sure you have the "Application" tab selected. Click on the button "Assembly Information". In here you can set the "Assembly version:" fields and they can then be referenced in your application by calling My.Application.Info.Version. This number will not auto-increment, you will have to change it manually.

The numbers seen in [projectname] Properties > Publish tab > Publish Version are always ingored ignored.
Report
deleted - accidental double post Posted by Igrado on 1 Feb 2012 at 10:53 AM
deleted - accidental double post



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.