This question is locked. New answers and comments are not allowed.
Hi,
I'm having a simple problem with the Telerik MVC controls. I've added the mvc-3 reference to my project and I can see 'Telerik.Web.Mvc' in the References folder. I can even open it in the object browser and see a bunch of classes, etc. The problem is when I try to add the 'ScriptRegistrar()' function to my Site.master page. I have the following code there, which I copied from the Getting Started guide with the addition of the fully qualified namespace:
I keep getting the error:
The type or namespace name 'Telerik' does not exist in the namespace 'Telerik.Web.Mvc.UI.Html' (are you missing an assembly reference?)
This tells me that the compiler is seeing the assembly, but the Telerik() part doesn't exist in the ...Html. namespace. I can see this is also the case when I use the object browser on the Telerik.Web.Mvc
What am I missing?
--Jeff
I'm having a simple problem with the Telerik MVC controls. I've added the mvc-3 reference to my project and I can see 'Telerik.Web.Mvc' in the References folder. I can even open it in the object browser and see a bunch of classes, etc. The problem is when I try to add the 'ScriptRegistrar()' function to my Site.master page. I have the following code there, which I copied from the Getting Started guide with the addition of the fully qualified namespace:
...
<%= Telerik.Web.Mvc.UI.Html.Telerik().ScriptRegistrar()%>
</body>I keep getting the error:
The type or namespace name 'Telerik' does not exist in the namespace 'Telerik.Web.Mvc.UI.Html' (are you missing an assembly reference?)
This tells me that the compiler is seeing the assembly, but the Telerik() part doesn't exist in the ...Html. namespace. I can see this is also the case when I use the object browser on the Telerik.Web.Mvc
What am I missing?
--Jeff