Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
Well, there seems to be quite a bit going on, but the last error seems to be the easiest to dianose. It is a cast exception so that value that is being passing into the Set of the unitset_id field is not a type that can be converted into the type it is expecting. For example, this may be a integer field and character data is being passed into the Set of the property.
|