G
Guest
I'm building a small desktop database app. I am building a template form that
has navigation and editing coded, and want to inherit this for my actual data
forms. When I add a form, and change the inherits statement to point to the
form I want, as soon as I try to view it in the designer I get an error:
Value can't be null. Parameter name: dataSource.
It looks like the parameter for the binding manager, so I tried removing the
reference in my template, and still get the error. I tried wrapping the
bindingmanager = me.bindingcontext(dataSource) in a try statement, and that
didn't help. I can't find any other place where a data source is referenced
in the template. Ideas much appreciated.
has navigation and editing coded, and want to inherit this for my actual data
forms. When I add a form, and change the inherits statement to point to the
form I want, as soon as I try to view it in the designer I get an error:
Value can't be null. Parameter name: dataSource.
It looks like the parameter for the binding manager, so I tried removing the
reference in my template, and still get the error. I tried wrapping the
bindingmanager = me.bindingcontext(dataSource) in a try statement, and that
didn't help. I can't find any other place where a data source is referenced
in the template. Ideas much appreciated.