Page 1 of 1

How to use Versionning in vb.net

Posted: Thu Jun 02, 2011 4:59 am
by josephpogi05
All i know about Versionning in vb.net is That You cannot Replace the Original File And instead Save it in to the Archived Files The First Version is Version 1 after You update it It will Become 1.1,, 1.5.,,,,,,,,,, but if you Update the First Verion it will become 1.1.1 version Pls Help mE my Back end SQL SERVER 205 And a Front end of VB.net 2008 Pls Provide Screen Shots..



TNX


-Joseph

Re: How to use Versionning in vb.net

Posted: Thu Jun 02, 2011 5:00 am
by josephpogi05
Document Verionning pls help me PLS!!

Re: How to use Versionning in vb.net

Posted: Thu Jun 02, 2011 10:38 am
by Codex
Can you please be more clear what you want, since i did not understand what you were looking for?

Re: How to use Versionning in vb.net

Posted: Thu Jun 02, 2011 11:47 am
by mandai
Versioning? The version numbers will be set in AssemblyInfo.vb if you are working on a regular project.
If you are looking to keep track of source changes then you could use an SVN system.