I am currently in the process of upgrading from 2.6 to 3.5. I am new to using LLBLGen so please be patient if I'm not making any sense.
When generating the code for my stored procedures I noticed instead of DataSet's being used version 3.5 uses DataTables.
Also each constructor now has an addition parameter (ref System.Object parameterName) which is causing all of the calls to this class to say.
"No overload for method 'MethodName' takes 1 arguments.
Any help or guidance would be appreciated.
Thanks,
Dan