Crazy but we got there. Thanks for your help.
On Apr 29, 5:58 am, SeanJC <
sean.conno...@potissimus.co.uk> wrote:
> You may wish to try making sure that you have defined the functions
> within your BLL, that way you can use the wizard for teh object data
> source and all the necessary funcitons will be prefilled.
>
> This normally takes the shape of
>
> <System.ComponentModel.DataObjectMethodAttribute _
> (System.ComponentModel.DataObjectMethodType.Select, True)> _
>
> and goes just above the function you wish to designate as (in this
> case) a select, but you can do the same for all of the other methds,
> INSERT, DELETE, UPDATE etc.
>
> One other thing to try is make sure that you have shared functions
> within your BLL class and all namespaces needed within your BLL are
> present within it, and remove all the parameters from the object data
> source itself, adn let the form pass them in.
>
> Can you confirm that you have managed to run this through the
> debugger, and actually seen the code hit your BLL code?
>
> Thanks
> Sean
>