Hi, I was using DBLinq v0.18 without issue but needed a LEFT OUTER JOIN so got the latest code from svn and added the current 0.19 dll's to my project. Now the LEFT OUTER JOIN works fine but I have lots of Argument Exception and Invalid operation Exceptions.
Does anyone know what might be causing these. Debugging one of the Argument Exceptions it is thrown on var compiled = lambda.Compile(); in ExpressionMutatorExtensions Unhandled Expression Type: 1012 Debugging one of the Invalid operation Exceptions it is thrown on var compiled = lambda.Compile(); also with Lambda Parameter not in scope. If you can help I would be greatful and if you need more info just let me know. Cheers, James --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/dblinq?hl=en -~----------~----~----~----~------~----~------~--~---
