StrataFrame Forum

Winforms Tutorial 13 problem

http://forum.strataframe.net/Topic8789.aspx

By Charles R Hankey - 5/15/2007

Extreme newbie question :



Working my way through Winforms Tutorials. Loaded VB Sample 13. Built solution. Ran and got error shown in attachment. Ran BOMapper on CustomerBO making sure I was pointed to my local Strataframesample database and customers table. Built solution. Ran and got same error. w00t



Guidance appreciated



TIA



Charles
By Trent L. Taylor - 5/15/2007

Yeah, we have fixed this for the next update....just remove the (0) at the end of each of the name properties.  This is not an array and doing that will return a Char.  Attached are the corrected 13 and 14 samples for VB.NET.
By Charles R Hankey - 5/15/2007

Thanks, I'll work with the ones you posted !