Hello,
I am trying to setup a small test that uses an ORM to read data from our database using Test Studio's Code Behind option.. So far I've referenced our ORM/Telerik.OpenAccess/Telerik.OpenAccess.35.Extensions. If I bring down the latest version of our ORM and reference it in the test I am able to run it and return the desired results. However, if I choose to build the ORM (after changing the database or doing nothing to it at all) the test then fails and returns the following error:
Telerik.OpenAccess.OpenAccessException: Application id class 'Telerik.OpenAccess.RT.OID.IntIdentity' used by class 'ezoneORM.CourseSection' must have field: 'public System.Int32 _courseSection_pk'.
This field is never altered yet after a build it seems to dislike the ORM.dll.
Any ideas?
Thanks.
I am trying to setup a small test that uses an ORM to read data from our database using Test Studio's Code Behind option.. So far I've referenced our ORM/Telerik.OpenAccess/Telerik.OpenAccess.35.Extensions. If I bring down the latest version of our ORM and reference it in the test I am able to run it and return the desired results. However, if I choose to build the ORM (after changing the database or doing nothing to it at all) the test then fails and returns the following error:
Telerik.OpenAccess.OpenAccessException: Application id class 'Telerik.OpenAccess.RT.OID.IntIdentity' used by class 'ezoneORM.CourseSection' must have field: 'public System.Int32 _courseSection_pk'.
This field is never altered yet after a build it seems to dislike the ORM.dll.
Any ideas?
Thanks.