Page 1 of 1

Exceptions with new beta version

Posted: Tue 09 Feb 2010 13:59
by dilbert
Right after upgrading to MySql dotConnect 5.70.90.0 Beta version one new bug appeared.

NullReferenceExceptions is thrown in queries returning custom class.
Try following simple query:

Code: Select all

from t in DB.Table1
select new CCustomClass(t.Column1, t.Column2);
Best Regards.

Posted: Tue 09 Feb 2010 17:14
by AndreyR
Thank you for the report, I have reproduced the problem.
I will let you know as soon as it is fixed.

Posted: Mon 15 Feb 2010 09:32
by lsforzini
I have the same problem. When is expected the new release?

Posted: Mon 15 Feb 2010 13:27
by AndreyR
The fixed Beta version will be released in a week or so.