This is a migrated thread and some comments may be shown as answers.

Error On Reverse Mapped Class

1 Answer 52 Views
Data Access Free Edition
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Lafama
Top achievements
Rank 1
Lafama asked on 10 Jul 2010, 12:06 PM
i get the following error when i try to build my library project would someone tell me why? or how i can get around this
Error 12 OpenAccess Error: Unsupported field-type 'OrganizationUnit' found for field 'organizationUnit' of class 'Employee'.  Maybe you did not specify the TransientAttribute for this field or the PersistentAttribute is not specified for the referenced class.  "class path"

1 Answer, 1 is accepted

Sort by
0
Ady
Telerik team
answered on 12 Jul 2010, 05:36 PM
Hi Lafama,

Is the 'OrganizationUnit' class specified as being Persistent (using the Telerik.OpenAccess.PersistentAttribute)?  A field - organizationUnit,  of this type is encountered in a Persistent class. You can either mark this class as 'Transient' (it's value won't be persisted) or you should mark the referenced type as Persistent.

Regards,
Ady
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Data Access Free Edition
Asked by
Lafama
Top achievements
Rank 1
Answers by
Ady
Telerik team
Share this question
or