This question is locked. New answers and comments are not allowed.
Hi Guys,
I'm having a big problem here.
Working with Telerik Menu, i have some views that throw the follow error:
"The call is ambiguous between the following methods or properties: 'Telerik.Web.Mvc.UI.MenuBuilder.BindTo(string)' and 'Telerik.Web.Mvc.UI.MenuBuilder.BindTo(System.Collections.Generic.IEnumerable<Telerik.Web.Mvc.UI.MenuItem>)'"
In chrome it shows:
In most of my view it works fine, but only on new views it throws errors
A tried to copy the code from some old view (that works fine) and paste to my new view and it crashes again.
Can anyone help me?
I'm having a big problem here.
Working with Telerik Menu, i have some views that throw the follow error:
"The call is ambiguous between the following methods or properties: 'Telerik.Web.Mvc.UI.MenuBuilder.BindTo(string)' and 'Telerik.Web.Mvc.UI.MenuBuilder.BindTo(System.Collections.Generic.IEnumerable<Telerik.Web.Mvc.UI.MenuItem>)'"
In chrome it shows:
In most of my view it works fine, but only on new views it throws errors
A tried to copy the code from some old view (that works fine) and paste to my new view and it crashes again.
Can anyone help me?