B
Big Tony
I have a piece of code written in VS.NET 2003. It runs fine on one machine and does not on another. It throws an invalid cast
exception. Any idea why there is a difference between machines?
Dim CurDate As Date = Now
Dim SpecTime As Date = "#07:08:30 PM#"
Eception thrown here:
CurDate = SpecTime + CurDate
exception. Any idea why there is a difference between machines?
Dim CurDate As Date = Now
Dim SpecTime As Date = "#07:08:30 PM#"
Eception thrown here:
CurDate = SpecTime + CurDate