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

Intellisense for Kendo UI

2 Answers 167 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Donald
Top achievements
Rank 1
Donald asked on 21 Mar 2014, 01:36 PM
My intellisense for Kendo ui doesn't work, I have already checked and have the correct using in the web config.

      <namespaces>
        <add namespace="System.Web.Mvc" />
        <add namespace="System.Web.Mvc.Ajax" />
        <add namespace="System.Web.Mvc.Html" />
        <add namespace="System.Web.Routing" />
        <add namespace="Mbm.Web.RTPM.Helpers" />
        <add namespace="Kendo.Mvc.UI" />
        <add namespace="Telerik.Reporting" />
        <add namespace="Telerik.ReportViewer.Mvc"/>
      </namespaces>

2 Answers, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 25 Mar 2014, 11:54 AM
Hello Donald,

If you have followed the instructions covered here. And the intellisense is not working even after re-opening the cshtml/aspx view, then please send us that sample project so we can investigate what exactly goes wrong.

Thank you for the understanding.

Kind Regards,
Petur Subev
Telerik
 

Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET.. Seats are limited.

 
0
Donald
Top achievements
Rank 1
answered on 28 Mar 2014, 08:09 PM
I think I fixed this issue, the assemblies in my web config referenced asp.net mvc 3.0 updated them to reference 4.0 and all seems good.
Tags
General Discussions
Asked by
Donald
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Donald
Top achievements
Rank 1
Share this question
or