G
Guest
I had a problem in getting the config app block to work when I got in one day(1st December 2003). (It was fine the day before...!)
I'm not sure if this has been fixed, but since the release date of the Config Block.MSI hasn't changed... I assume it hasn't
This is surprising to say the least. It's like it implies that nobody used it last December - that can't be right? I'm not sure what I am missing there...anywayz..
If this post falls on deaf ears & nobody else has been affected, then I suppose we'll find out December 2004
I was trying to figure out who to contact & really got nowhere. Till now! I found this newsgroup. I couldn't find anywhere on MSDN to post this bug & I was frustrated as
Fix is below..
There's a bug in
===> ExtendedFormatHelper.v
The fix is below
Fixed bug where cacheing doesn't work in December (Month=12)
'TODO: MINA - Post back to Microsoft
'++MINA - fixed? code
If (DateTime.DaysInMonth(expirYear, expirMonth) < expirDay) The
If (expirMonth = 12) The
expirMonth =
expirYear = expirYear +
End I
Els
If (expirMonth = 12) The
expirMonth =
expirYear = expirYear +
Els
expirMonth = expirMonth +
End I
expirDay =
End I
'--MINA - fixed? cod
'++MINA - original cod
'If (DateTime.DaysInMonth(expirYear, expirMonth) < expirDay) The
' If (expirMonth = 12) The
' expirMonth =
' expirYear = expirYear +
' End I
'Els
' expirMonth = expirMonth +
' expirDay =
'End I
'--MINA - original code
I'm not sure if this has been fixed, but since the release date of the Config Block.MSI hasn't changed... I assume it hasn't
This is surprising to say the least. It's like it implies that nobody used it last December - that can't be right? I'm not sure what I am missing there...anywayz..
If this post falls on deaf ears & nobody else has been affected, then I suppose we'll find out December 2004
I was trying to figure out who to contact & really got nowhere. Till now! I found this newsgroup. I couldn't find anywhere on MSDN to post this bug & I was frustrated as
Fix is below..
There's a bug in
===> ExtendedFormatHelper.v
The fix is below
Fixed bug where cacheing doesn't work in December (Month=12)
'TODO: MINA - Post back to Microsoft
'++MINA - fixed? code
If (DateTime.DaysInMonth(expirYear, expirMonth) < expirDay) The
If (expirMonth = 12) The
expirMonth =
expirYear = expirYear +
End I
Els
If (expirMonth = 12) The
expirMonth =
expirYear = expirYear +
Els
expirMonth = expirMonth +
End I
expirDay =
End I
'--MINA - fixed? cod
'++MINA - original cod
'If (DateTime.DaysInMonth(expirYear, expirMonth) < expirDay) The
' If (expirMonth = 12) The
' expirMonth =
' expirYear = expirYear +
' End I
'Els
' expirMonth = expirMonth +
' expirDay =
'End I
'--MINA - original code