This is a migrated thread and some comments may be shown as answers.

Keno not recognized in the view

1 Answer 56 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Saran
Top achievements
Rank 1
Saran asked on 05 Mar 2013, 04:49 PM
Hi,

I am using multiple mvc3 web applications in a solution. I followed the steps from the kendo documentation and i was able to work with kendo on my startup project. When i add the same steps to the other projects, i get an error on the view saying htmlhelper.kendo not found. I have added the namespace correctly to the /Views/Web.config file, included the js and css flles references on the _layout.cshtml and also added a reference to the Kendo.Mvc.dll on my projects.

Is there anything i am missing out?

Thanks,
Saran

1 Answer, 1 is accepted

Sort by
0
Saran
Top achievements
Rank 1
answered on 06 Mar 2013, 10:47 PM
Finally I was able to fix the issue.

With the added reference of Kendo.Mvc to the MVC project, I changed the copylocal property to true. So after i build, the kendo.Mvc.dll is copied to the bin directory of my project and the kendo keyword was recognized by VS.

Thanks,
Saran
Tags
General Discussions
Asked by
Saran
Top achievements
Rank 1
Answers by
Saran
Top achievements
Rank 1
Share this question
or