(This code is in my StaffBO.vb.)
Thanks,
Larry
#
<Browsable(
BusinessFieldDisplayInEditor(), _
Description(
DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)> _
The call is apparently cap sensitive, and changing it to "CLASTFIRST" solved it. Ugh... 2 hours wasted. I thought VB wasn't cap sensitive, but apparently some of the guts of the framework are.