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

The Meta Model Contains One Or More Procedures With No Name Specified

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 one or more stored procedures with no name specified.

Solution

To resolve this error set a name for the stored procedure:

  1. In the Visual Designer, open the Model Schema Explorer.
  2. Expand the Stored Procedures and Functions node.
  3. Select the stored procedure without name and press F4 to open the Properties pane.
  4. Set the Name property.

Further References