telerik / kendo-examples-asp-net-mvc

Kendo UI Examples for ASP.NET MVC
164 stars 251 forks source link

grid-crud does not build in VS 2015 #10

Open RichardAD opened 7 years ago

RichardAD commented 7 years ago
  1. Updated the Northwind database
  2. Build has errors Error CS0234 The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)

Any remedies?

babak1199 commented 7 years ago

Have you referenced MVC framework library in your project? You can add this reference trough a NuGet package.

Following one of the approaches below should help. In Visual Studio:

or