>> I wish I understood the version numbering system too, I have an
>> application that is about 2 months old now and the application I
started 2
>> days ago has a higher version number, even though It has only had
less than
>> 20 compiles, I dread to think how many my other app has. Oh well,
cheers I
>> shall go and hunt in the object browser for it :-)
>> Nick.
Hey Nick,
Take a look at the following snip from:
http://msdn.microsoft.com/library/de...us/dnbda/html/
tdlg_ch4.asp
<quote>
... For C# projects, the assembly version is incremented every time it is
rebuilt. For Visual Basic .NET projects, the assembly version is
incremented the first time the project is rebuilt after it is loaded into
Visual Studio .NET. Subsequent rebuilds within the same instance of Visual
Studio .NET do not result in the assembly version being incremented.
</quote>
I believe that's why you see the differences in version numbers between you
apps...
HTH
Félix Lima
Visual Basic and Visual Basic .NET
This posting is provided "AS IS" with no warranties, and confers no rights.
Please reply to newsgroups only.