Ryder
Ryder

Reputation: 514

Compilation Error :CS1705 when trying to implement KENDO UI in MVC2

enter image description here

I am using KENDO UI first time. Trying to implement with MVC 2. But got above error. My doubt whether Kendo UI support for MVC 2 ??

Upvotes: 0

Views: 284

Answers (2)

Joffrey Kern
Joffrey Kern

Reputation: 6499

As you can see on this page, Kendo UI with ASP.NET MVC Wrapper support ASP.NET MVC 3+. Not MVC2. You have to update your project

Upvotes: 4

CodeCaster
CodeCaster

Reputation: 151594

If you would've copied and pasted the error text instead of a screenshot it would've been easier to read, but the error clearly states that Kendo.MVC relies on MVC 3, but found MVC 2.

Upvotes: 2

Related Questions