Error in LinqConnect VisualBasic Template

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
stoph
Posts: 8
Joined: Wed 25 Jun 2008 05:59

Error in LinqConnect VisualBasic Template

Post by stoph » Wed 26 May 2010 11:43

Line 1274:

Code: Select all

            Me._ = new EntitySet(Of >(new Action>(Me.attach_), new Action)(Me.detach_))
Generates invalid Visual Basic Code.
Correct should be:

Code: Select all

Me._ = new EntitySet(Of )(new Action(Of )(AddressOf Me.attach_), new Action(Of )(AddressOf Me.detach_))

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

Post by AndreyR » Fri 28 May 2010 16:24

Thank you for the correction.
I will let you know as soon as this error is fixed.

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

Post by AndreyR » Tue 15 Jun 2010 16:09

The template was fixed. Look forward to the nearest build.

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

Post by AndreyR » Fri 30 Jul 2010 17:21

The new build of LinqConnect 1.0.39 is available for download now.
It can be downloaded from http://www.devart.com/linqconnect/download.html (trial version) or from Registered Users' Area (for users with valid subscription only).
For more information, please refer to http://www.devart.com/forums/viewtopic.php?t=18587.

Post Reply