Exceptions with new beta version

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
dilbert
Posts: 68
Joined: Tue 28 Apr 2009 10:11

Exceptions with new beta version

Post by dilbert » Tue 09 Feb 2010 13:59

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.

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Tue 09 Feb 2010 17:14

Thank you for the report, I have reproduced the problem.
I will let you know as soon as it is fixed.

lsforzini
Posts: 14
Joined: Mon 20 Oct 2008 16:35

Post by lsforzini » Mon 15 Feb 2010 09:32

I have the same problem. When is expected the new release?

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Mon 15 Feb 2010 13:27

The fixed Beta version will be released in a week or so.

Post Reply