Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: Odd resonses from VB9

0 views
Skip to first unread message
Message has been deleted

Stephany Young

unread,
Mar 8, 2008, 1:49:10 AM3/8/08
to
It might help if you post the code you are using to get those results.


<Just_...@home.net> wrote in message
news:0pc4t3h6lqbmo1ar4...@4ax.com...
> Here are some odd responses from VB9
>
> App.Major : 2
> App.Major Revision : 0
> App.Minor : 1
> App.Revision : 40348
> App.Minor Revision : -25188
> App.Build : 2988
>
> Never heard of a NEGATIVE minor revision! How in the world do they come
> up with this stuff???
>
> The last three are all suspect. Seems like random numbers to me. I was
> trying to make sense of it for a while and finally had to quit.
>
> Totally repeatable.
>
> Mike
>

Steve Gerrard

unread,
Mar 8, 2008, 1:47:46 PM3/8/08
to
Just_...@home.net wrote:
> Here are some odd responses from VB9
>
> App.Major : 2
> App.Major Revision : 0
> App.Minor : 1
> App.Revision : 40348
> App.Minor Revision : -25188
> App.Build : 2988
>
> Never heard of a NEGATIVE minor revision! How in the world do they
> come up with this stuff???
>
> The last three are all suspect. Seems like random numbers to me. I
> was trying to make sense of it for a while and finally had to quit.
>
> Totally repeatable.
>
> Mike

You're version is set to 2.1.*.*

The build number is the default *, which is "equal to the number of days since
January 1, 2000". Must have been done around March 7, 2008.

The revision number is "equal to the number of seconds since midnight, January
1, 2000, local time, divided by 2". Seems like it would be around 129081600, but
it is must be masked off to the lower 16 bits. IF you did a build around 11:30
pm, you might get a revision number of 40348.

The hex of 40348 is 9D9C. Taken as an unsigned 16 bit integer, that is 40348.
Taken as a signed 16 bit integer, it is -25188.

It is all very logical. ;-)


Message has been deleted

Steve Gerrard

unread,
Mar 14, 2008, 9:27:46 PM3/14/08
to
Just_...@home.net wrote:

>
> I saw that 2.1.*.* somewhere but can no longer find it. Still
> looking. Would like to change it.
>

Try the Assembly Information button, in the Project Properties, Assembly tab.


Message has been deleted

rowe_newsgroups

unread,
Mar 17, 2008, 7:20:46 AM3/17/08
to
On Mar 16, 3:10 pm, Just_a_...@home.net wrote:
> And there it is. Thanks!! SO much new & changed in .NET. Still trying
> to get my brain around it.
>
> Mike
>
> On Fri, 14 Mar 2008 18:27:46 -0700, in
> microsoft.public.dotnet.languages.vb "Steve Gerrard"
>
> <mynameh...@comcast.net> wrote:

Mike,

Any particular reason you request your posts to not be archived? Many
people search the archive in order to find answers and when posts are
removed it creates confusion.

Thanks,

Seth Rowe [MVP]

Message has been deleted

rowe_newsgroups

unread,
Mar 25, 2008, 3:12:37 PM3/25/08
to
On Mar 25, 3:09 pm, Just_a_...@home.net wrote:
> No idea about the archiving. Will have to look around Agent to find if
> that is an option.
>
> Thanks for mentioning it. Don't know!
>
> Mike
>
> On Mon, 17 Mar 2008 04:20:46 -0700 (PDT), in
> microsoft.public.dotnet.languages.vb rowe_newsgroups

Great, you've posted several items that would be helpful to people
searching the archives, and I would hate to see them disappear on
accident.

You can see the message I'm talking about here:

http://groups.google.com/group/microsoft.public.dotnet.languages.vb/browse_thread/thread/64927f9498d98efd/a041954de3910197?lnk=raot#a041954de3910197

Thanks,

Seth Rowe [MVP]

Message has been deleted

Jack Jackson

unread,
Mar 25, 2008, 3:34:41 PM3/25/08
to
In Agent, right click on the folder for this newsgroup and click on
Folder Properties.

There is an Archive option under Posting Messages - Usenet Options.

I don't know if there is a global setting for this, I couldn't find
one.

On Tue, 25 Mar 2008 12:12:40 -0700, Just_...@home.net wrote:

>Just looked and don't see any setting nor help item for the archive
>thing.
>
>What is causing that? I can write Agent support and ask but I don't
>know what to ask.


>
>Mike
>
>On Mon, 17 Mar 2008 04:20:46 -0700 (PDT), in
>microsoft.public.dotnet.languages.vb rowe_newsgroups

Just_...@home.net

unread,
Mar 28, 2008, 4:45:45 PM3/28/08
to
Fixed. That was buried deep!

Thanks for the help. This one should not have the no archive set.

Mike

On Tue, 25 Mar 2008 12:34:41 -0700, in
microsoft.public.dotnet.languages.vb Jack Jackson

rowe_newsgroups

unread,
Mar 28, 2008, 10:56:00 PM3/28/08
to
On Mar 28, 4:45 pm, Just_a_...@home.net wrote:
> Fixed.  That was buried deep!
>
> Thanks for the help.  This one should not have the no archive set.
>
> Mike
>
> On Tue, 25 Mar 2008 12:34:41 -0700, in
> microsoft.public.dotnet.languages.vb Jack Jackson
>
>
>
> <jjack...@cinnovations.net> wrote:
> >In Agent, right click on the folder for this newsgroup and click on
> >Folder Properties.
>
> >There is an Archive option under Posting Messages - Usenet Options.
>
> >I don't know if there is a global setting for this, I couldn't find
> >one.
>
> >On Tue, 25 Mar 2008 12:12:40 -0700, Just_a_...@home.net wrote:
>
> >>Just looked and don't see any setting nor help item for the archive
> >>thing.
>
> >>What is causing that?  I can write Agent support and ask but I don't
> >>know what to ask.
>
> >>Mike
>
> >>On Mon, 17 Mar 2008 04:20:46 -0700 (PDT), in
> >>microsoft.public.dotnet.languages.vb rowe_newsgroups
> >><rowe_em...@yahoo.com> wrote:
>
> >>>On Mar 16, 3:10 pm, Just_a_...@home.net wrote:
> >>>> And there it is.  Thanks!!  SO much new & changed in .NET.  Still trying
> >>>> to get my brain around it.
>
> >>>> Mike
>
> >>>> On Fri, 14 Mar 2008 18:27:46 -0700, in
> >>>> microsoft.public.dotnet.languages.vb "Steve Gerrard"
>
> >>>> <mynameh...@comcast.net> wrote:
> >>>> >Just_a_...@home.net wrote:
>
> >>>> >> I saw that 2.1.*.* somewhere but can no longer find it.  Still
> >>>> >> looking. Would like to change it.
>
> >>>> >Try the Assembly Information button, in the Project Properties, Assembly tab.
>
> >>>Mike,
>
> >>>Any particular reason you request your posts to not be archived? Many
> >>>people search the archive in order to find answers and when posts are
> >>>removed it creates confusion.
>
> >>>Thanks,
>
> >>>Seth Rowe [MVP]- Hide quoted text -
>
> - Show quoted text -

It sure is, glad to see that your posts won't be getting lost in
cyberspace anymore!

Thanks,

Seth Rowe [MVP]

0 new messages