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

[Solved] 'Telerik' is not a member of System.Web.Mvc.HtmlHelper

2 Answers 240 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Alan Mosley
Top achievements
Rank 1
Alan Mosley asked on 19 Jan 2011, 04:36 AM
I recently upgraded to MVC3, i now find thast i can not use telerik on any project MVC2 or MVC3. Ihave a large project that I need to deliiver that has telerik all though it. I can not compile as i get this error

Error 1 'Telerik' is not a member of 'System.Web.Mvc.HtmlHelper(Of System.Collections.Generic.IEnumerable(Of Ebo.Customer))'. 

I have removed telerik and reinstalled but still the same. Please help this is a real problem to me.

Thanks
PS. when i build i get this error in the oput window

c:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1360,9): warning MSB3247: Found conflicts between different versions of the same dependent assembly.

2 Answers, 1 is accepted

Sort by
0
Alan Mosley
Top achievements
Rank 1
answered on 19 Jan 2011, 10:16 AM
Solved. one of my config files was readonly and was not getting updated.
0
jörgen
Top achievements
Rank 1
answered on 31 Jan 2011, 11:32 AM
Which config files is affected by this and what update needs to be done?

I have the same problem in MVC2 and I have upgraded to the latest version of Telerik MVC Extensions.
I get a squigglie on this code:

<%

 

: Html.Telerik().ComboBoxFor(Function(model) model.LokalKod)%>

The code compiles and runs ok but I don't get any Intellisense so it' hard to expand the code.
I am trying to populate the dropdown but it's hard when you're not having any intellisense to guide you to the correct methods.

I have tried to create new Telerik ASP.NET MVC 2 projects. I have tried to create Standard MVC 2 projects and converting them to Telerik Extensions projects but nothing seems to work.

I have attached an empty solution to demonstrate the problem. 

 

Tags
General Discussions
Asked by
Alan Mosley
Top achievements
Rank 1
Answers by
Alan Mosley
Top achievements
Rank 1
jörgen
Top achievements
Rank 1
Share this question
or