Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
All business objects are inherited from MarshalByValueComponent and cannot be typed as a Component. Since implicit type conversions are not allowed you will have to type the reference to prevent the error. Regardless, you cannot type a business object as a Component since it inherits from MarshalByValuComponent.
|