Skip to content

Latest commit

 

History

History
60 lines (44 loc) · 3.65 KB

troubleshooting-scaffolding.md

File metadata and controls

60 lines (44 loc) · 3.65 KB
title page_title description slug position
Scaffolding
Scaffolding | UI for ASP.NET MVC Troubleshooting
Learn about the solutions of issues that may occur while using the Kendo UI Scaffolder Visual Studio Extension.
troubleshooting_scaffolding_aspnetmvc
2

Scaffolding

This page provides solutions to common issues you may encounter while working with the Kendo UI Scaffolder Visual Studio extension.

Common Scaffolding Issues

New Scaffolded Item Menu Is Not Displayed When Right-Clicking Project Locations

Solution

  • Make sure that you use a compatible Visual Studio version and that all listed requirements are fulfilled.
  • Check if the Kendo UI Scaffolder extension is listed in the Tools > Extensions and Updates list.

Data Context Class DropDownList Is Empty

Solution

Make sure that the current project contains a valid Entity Framework Data Model. If this is true, rebuild the solution.

Invalid Model Configuration Error Is Thrown When Running the Scaffolder

The most probable reason for this error is that the selected Model Class is not a valid entity in the current Data Context.

Solution

Make sure that a valid entity is selected.

See Also

Other articles on troubleshooting: