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

The Persistent Class Is Not Associated With a Table

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 a persistent type in the Visual Designer is not mapped to the data source, e.g. when you add a new entity in a model first scenario.

Solution

To resolve this warning, map the persistent type to a table. You can do this by using either default or explicit mapping.

Further References