Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
If you put a breakpoint on the line where it fails, add the loValue.GetType() to the watch window to see what the type actually is. It is indicating that the type cannot be casted, so we need to know what is in loValue. I know the display value is "1" but I would like to know what the GetType() method indicates the data type as.
|