Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
A lot of logic was added to the DateTimePicker in 1.6.5 to make entry available while "cleared." It looks like you are having an API issue. We call the Windows API to create a Caret and display it within the control...it would appear that your environment doesn't like this API call. You can open the source and comment out this line (CreateManualCaret) to see if the error persists since this is where your stack trace stops.
|