I am using a MySQL database with DbLinq, but there is an exception being thrown:
"Cannot convert mysql datetime to system.datetime"
How can I resolve this issue?
Check for any zero date means date like '0000-00-00' in database; this could be the cause of error.
Either cast the MySqlDateTime as a DateTime or use mySqlDateTime.GetDateTime().
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With