Does anyone know what this means. Getting this in C# winforms applications:
Not a legal OleAut date
It means that somewhere in the program is attempting to convert to or from an OLE Automation Date outside the valid range 1-January-4713 BC to 31-December-9999 AD. It might have slipped through because OLE Automation Dates are represented as a double.
Start by looking for any uses of the methods:
DateTime.FromOADate
DateTime.ToOADate
2.1m questions
2.1m answers
60 comments
57.0k users