Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
This looks like you may need to take something into account within your BO and properties. For example, the LastInvQty looks as thought it may be a custom property (it may not) but in either case, there is an illegal cast exception. So the property may be getting evaluated earlier or in a different way than normal. Put a break point in the Get of the property and see when and how it is being accessed. Work backwards from there.
|