I have a database where picking a particular day causes a crash with this message:
Unhandled exception at 0x758AD3CF (KernelBase.dll) in InfoQube.exe: 0xC000008F: Floating-point inexact result (parameters: 0xDEADCAFE, 0xDEADCAFE).
Double clicking in the calendar view on this day to create a new event, OR selecting it from the New Event dialog's dropdown date picker causes the crash. My debugger only comes up when picking the date from the dropdown - when double clicking in the calendar view, the application simply closes without any error or chance for the debugger to catch it.
Comments