VS 2008 Correct Way To Get Application Version?
Apr 19, 2010
I want to display my app version on the login form. using this
Me.Text = "Version - " & _
System.Reflection.Assembly.GetExecutingAssembly().GetName.Version.ToString
I am always getting 1.0.0.0. But, my publish version is currently 1.0.0.8.
View 2 Replies
ADVERTISEMENT
Mar 31, 2009
How they relate and differ from each? What are the best practices for version control? Is there a primer about publish online? Or a good book?
And is it possible to make ClickOnce and a msi in one solution of VS 2008? If so, is there any conflict or pitfall?
BTW I am using VB if that makes any difference.
View 1 Replies
Mar 20, 2012
How do I check the correct OS version (xp, windows 7 etc)? I have seen an example like:-
Imports System.Environment.OSVersion
But this does not exist. All I have under environment is specialfolder.
View 2 Replies
Sep 23, 2010
Is it possible to change the application version without publishing the application? Because I'm going to make an auto updater which needs some version information to work, but I don't want to have an installer.
View 3 Replies
Jun 24, 2010
I have a XML file with the latest application version number, I have this loaded into a variable, how can i compare this against the application.info.version to see if it's the latest version??
View 3 Replies
Oct 19, 2009
I create a new Windows Forms application and add an AboutBox form which is built-in into Visual Studio. I add a button to Form1 to show the AboutBox when clicked.The AboutBox form has a label with the text "Version" on it. The following code is supposed to add the application's version to that label at run-time:
Me.LabelVersion.Text = String.Format("Version {0}", My.Application.Info.Version.ToString)When the application version is changed in the Publish tab of the My Project form to 2-0-3-6, the version on the AboutBox at run-time stays at 1.0.0.0 (of course after rebuilding).
Even when the application is published to the desktop, it still does not work. It does, however, reflect the correct version number in the title of a subfolder in the Applications folder that is created when the application is published.
View 1 Replies
Sep 1, 2010
I have created a license system for my application with MySql about half a year ago. What it would do is take the serial number and send it to my server if the key was correct it would return a 0 if its wrong the return value would be a 1.The problem was that when the serial number was entered correctly my program would create a "fake file" for example vb.dll in the system.And on run time my program would check for that vb.dll if the file exist it would skip my trial program and run the app as a full version. Half year later i think creating a "fake file" and checking for it on start up is extremely wrong and that's not very good security.How can i check the difference between a full version and unregistered version?
View 23 Replies
Nov 10, 2009
Public Class ClassTrialVersion
Implements IDisposable
#Region "Constructor"
[code].....
View 4 Replies
Nov 8, 2010
How can I get the versioning info which is located in the properties of a non-running application. In other words, something perhaps as simple as :[code...]
View 2 Replies
Sep 14, 2009
I would like to display the application version as in Help -> About in microsoft office. It's going to be displayed in a label maybe. I have this code but it does not work, it always displays 1.0.0.0..... -.-
Version = My.Application.Info.Version.ToString
View 2 Replies
Dec 30, 2010
I've written a really simple launcher app for my team at work to use. However I wrote it in VB.net Express 2010 so its using .NET 4. I need it to be compatible with older machines that are using .NET 2 or maybe 2.5. I don't want to force upgrading to a higher .net if its not needed. And in some cases we work on old machines that can't be upgraded. My app is really simple and I'll post the code if needed. I am still a noob, my coding is ugly, and this is a quick and dirty tool.
View 1 Replies
Aug 8, 2010
Application.ProductName
WindowsApplication1
Application.CompanyName
have the project name, not company
Application.StartupPath
adds to end inDebug
I've changed all properties in the project but don't found any that points clearly to "company name" or so.also the startuppath adds the indebug ?how to avoid this?(sure I can find & replace the string, but I want the adequate path)also where can I change app name and prod name?
View 2 Replies
Jul 12, 2010
Well I just did an update on my application-i fixed a few major bugs and minor bugs and did some UI enhancements- my old version was 1.0.0.0 should it now be 1.0.1.1 or 1.0.1.0 or 1.1.0.0 or 1.1.0.1? I need to know when I should change each point...Should my revision increment increase by one every sing time, even if i updated the build? The Minor? Major? Please Help-I want my application to be as professional as possible.
View 9 Replies
Sep 25, 2010
I created an application in vb.net using visual studio 2010. I want to create an installation file of the application that will not be free with a license so I want to create a trial of 30 jours.
View 2 Replies
Sep 13, 2010
I need to display the version number of the application on the top bar of the application. I managed to crate a setup wizard but I have no idea how to manage the verions.
View 6 Replies
Jan 19, 2011
I have developed an application in VB.net which uses R Programming language. The library that help connect VB.net to R is called R-DCOM. The application requires the user to install R-Programming language into the user's computer. The application was working all fine until there was a version change in the R-Programming language. The specific libraries involved with this are: Interop.STATCONNECTORCLNTLib.dll, Interop.StatConnectorCommonLib.dll and Interop.STATCONNECTORSRVLib.dll. It also uses StatConnectorClnt.tlb, StatConnectorSrv.exe and StatConnLib.tlb to run the application. Is this something related to "DLL hell". Is there a fix to that I may not have to recompile and install the original code and install them to the user's computer all over again.
View 2 Replies
Aug 6, 2011
I would like to know how to speed up the new version of a vb.net 2008 desktop application. The old version of the vb.net 2008 dektop application ran extremely fast.Is there some kind of .net tool I can use to see where the bottle necks are located at?The new version is necessary since the production database will be changing in a month.
View 5 Replies
Apr 2, 2010
If I create an application in VB.NET using Visual Studio 2008, what version of the .NET Framework do other people need to have in order to run my program? Is it the same every time, or does it depend on what the application actually does?
View 1 Replies
Jan 7, 2010
You can get the version of your application sing My.Application.Info.Version. Is it also possible to set this version using code? This because I have a webservice that connects to a database and retrieves a version number.My application then compares that version number with his one, if it's old.. then it will download new files and change his version number.
View 3 Replies
Oct 13, 2009
Recently i made an application and then i created the set up of my application by this:
Attachment 73704 Now i want to create a demo version of my application in such a way that the application will work properly for 15 days after installation......After 15 days it wont
View 26 Replies
Aug 21, 2011
I am trying to create an autoupdater for my application, and I came up with an idea to use the "After build" event to export the application version to txt file.Just a simple txt file with lets say "1.0.1" in it.
View 2 Replies
Feb 25, 2012
I am developing a software and give to user sevaral time. When i give them i change Assembly version of my software. But problem is that when they update new version they lost all application setting. Application setting save with new root with version. Is they any way application version not to change with version. save only one root by application name or something.
View 9 Replies
Jan 16, 2009
i think there are errors in the SerialPort DataReceived Handler in .Net 3.5 and .Net 3.5 SP1. is there a way i can control which version of System.IO.Ports my application uses? i am using VB 2008 Express.
View 3 Replies
Oct 14, 2010
Everytime I increase the version on my application the settings seem to reset. Is there a way for the application to keep using the same settings file no matter how many times increase the version?
View 1 Replies
Jan 20, 2011
I changed my VB2008 Express development system from Windows XP to Windows 7.After installing Windows 7 I installed VS2010 with VB2010 Express.Tried that and had issues so I installed VS2008 with VB2008 Express.The application I was developing with VB2008 on my XP system will compile and run in the debug environment with VB2008 on Windows 7 but the Release build (double clicking the .exe in the Release directory) will not. An information box pops up stating the application stopped working. No application Form ever showed up on the screen. I can run a simple application I start from scratch on this new setup.The release .exe compiled on my old XP system fails in the same way.What could be the problem? The application of interest uses an SQL Server CE database. A reference forSystem.Data.SqlServerCe is included in the References. What could be different about running in the debug environment vs running the
View 5 Replies
Jul 13, 2010
It appears that the executable application I created can only be run on a computer with .net 4. How can I compile/create the executable to run on a computer with .net 2?
View 3 Replies
Sep 4, 2010
I have an application written using Visual studio 2005 (in VB.Net). When I run it on any machine I get "unable to find a version of the runtime to run this application and this same application successfully some other PCs[code]...
View 2 Replies
May 10, 2010
i've built my first exe and when i try it, i got this message:
unable to find a version of the runtime to run this application.
i would be happy if it said what is the needed runtime.
can someone tell me what i miss to run it?
View 7 Replies
Jul 15, 2010
I created a set up project and assigned a version number at Version property as 1.0.0.
How to:
1) Auto increase version number once rebuild? For example, next rebuild will make version number as 1.0.1 and so on,
2) Display this version number in main.vb page?
View 1 Replies
Apr 29, 2011
How do I tell what version of the dotnet framework is required by my application?I am using Visual Studio 2008.I have these installed on my machine:
.NET FW 2.0 SP 2
.NET FW 3.0 SP 2
.NET FW 3.5 SP 1
Are the service pack 2 updates inclusive of service pack 1? I don't think I need .Net 2.0 - do I need 3.0 if I also have 3.5 ? Do I look somewhere inside Visual Studio, or at my references?
View 3 Replies