(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.
Maybe I do need some help... <s>. I'm obviously new to VB and C# and looking at that cryptic and cap sensitive GetCustomBindablePropertiesDescriptors() override, I'm figuring it is C# and not VB. If this is true, how would the function syntax read in VB?
Second, how would I add a second custom property descriptor to my StaffBO?
It may be too late, but there is no need to start another thread. But to do this, just add another item to the array:
Thanks for the help. That does it nicely. (I'm trying to study VB syntax along with learning SF and I appreciate the clarifications.)