This question is locked. New answers and comments are not allowed.
I installed the latest version of (TelerikMvcExtensions 2012.2.607) MVC Extensions using (
http://blogs.telerik.com/blogs/posts/12-03-08/using-the-telerik-extensions-in-asp-net-mvc4-today---a-first-look.aspx
The problem is that I do not get the intellisense for the Telerik object (@Html.Telerik) in my C# project, but I do get it in a VB.net MVC3 project following the steps above. I even tried this in VS-2012 RTM using MVC3 and MVC4 and couldn't get it to work in C#, but worked fine in Vb.net. I even tired earlier version of the MVC Extensions from Nuget (TelerikMvcExtensions 2011.3.1115) and failed to get it to work in C#.
I need help on this one.
Thanks
Install-Package TelerikMvcExtensions
)
in my MVC3 C# Razor VS-2010 project, then I followed all the
instructions in the following link to make sure I have all the correct
configurations:http://blogs.telerik.com/blogs/posts/12-03-08/using-the-telerik-extensions-in-asp-net-mvc4-today---a-first-look.aspx
The problem is that I do not get the intellisense for the Telerik object (@Html.Telerik) in my C# project, but I do get it in a VB.net MVC3 project following the steps above. I even tried this in VS-2012 RTM using MVC3 and MVC4 and couldn't get it to work in C#, but worked fine in Vb.net. I even tired earlier version of the MVC Extensions from Nuget (TelerikMvcExtensions 2011.3.1115) and failed to get it to work in C#.
I need help on this one.
Thanks