TheNaughty Posted June 18, 2003 Posted June 18, 2003 I've upgraded from Visual Basic 6 to Visual Basic .NET @ 6 i was able to change the version number of my projects. With .NET i can't find a way to change these. How can I tell VB.NET that my project has become V 1.1??? I can give a version number tho the install project but not to the programm itself :( Quote
Administrators PlausiblyDamp Posted June 18, 2003 Administrators Posted June 18, 2003 Look in the file AssemblyInfo.vb, there is a line similar to near the bottom of the file. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
ThePentiumGuy Posted June 18, 2003 Posted June 18, 2003 how will the user know what version number your project is? Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
*Experts* mutant Posted June 18, 2003 *Experts* Posted June 18, 2003 how will the user know what version number your project is? You can display it with: Application.ProductVersion Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.