Data Access has been discontinued. Please refer to this page for more information.

When a Changed Concurrency Control Strategy Is Used There Must Not Be a Version Field For The Persistent Type

This article is relevant to entity models that utilize the deprecated Visual Studio integration of Telerik Data Access. The current documentation of the Data Access framework is available here.

This error occurs when the domain model contains a persistent class that uses the Changed, None or All concurrency control and a concurrency member (version field) is specified at the same time.

Solution

To resolve this error, remove the concurrency member (version field):

  1. Select the persistent class in the Visual Designer.
  2. Press F4 to open the Properties pane.
  3. Set the concurrency member to (AUTO).

References