Page 1 of 1

Error in LinqConnect VisualBasic Template

Posted: Wed 26 May 2010 11:43
by stoph
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_))

Posted: Fri 28 May 2010 16:24
by AndreyR
Thank you for the correction.
I will let you know as soon as this error is fixed.

Posted: Tue 15 Jun 2010 16:09
by AndreyR
The template was fixed. Look forward to the nearest build.

Posted: Fri 30 Jul 2010 17:21
by AndreyR
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.