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

MissingMethodException, Method not found (Solved)

1 Answer 450 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
WombatEd
Top achievements
Rank 1
WombatEd asked on 30 Jul 2010, 06:57 PM
My grid was working, then I did a general restore from our source control, and something in the background changed (not the grid itself).  Here's my error message:

"Method not found: 'System.Collections.Generic.IDictionary`2<System.String,System.Web.Mvc.ValueProviderResult> System.Web.Mvc.ControllerBase.get_ValueProvider()'."

And here's my Grid:

<%= Html.Telerik().Grid<Clients>()
        .Name("ClientGrid")
        .BindTo((IEnumerable<Clients>)ViewData["Clients"])
        .Columns(cols => cols.Bound(o => o.ClientName).Title("Client List"))
        .Pageable()
        .Sortable()
%>

And here's my solution:  I was working with the wrong version of Telerik.Web.Mvc.dll.

(Ain't it nice when you figure out the problem after you've written the post, but before you click the "Post" button?!?!

1 Answer, 1 is accepted

Sort by
0
Jerry
Top achievements
Rank 1
answered on 17 Aug 2010, 11:22 AM
Good Morning

I am having the same problem and I just download the 2010 release.

The version is 2010.1.309.135.

Any help is deeply appreciated

Jerry
Tags
Grid
Asked by
WombatEd
Top achievements
Rank 1
Answers by
Jerry
Top achievements
Rank 1
Share this question
or