Problem with MvcContrib

Posted by Sasha on Stack Overflow See other posts from Stack Overflow or by Sasha
Published on 2010-05-31T18:15:05Z Indexed on 2010/05/31 18:23 UTC
Read the original article Hit count: 354

Filed under:
|

I want to use MvcContrib Grid helper, but i stuck on the problem - it's not working. I downloaded release for mvc 1, i have dll on my hard drive, i added a reference to my project, but i always getting following error:

'System.Web.Mvc.HtmlHelper' does not contain a definition for 'Grid' and no extension method 'Grid' accepting a first argument of type 'System.Web.Mvc.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)

I am using Visual Web Developer 2008 if this is important The question is: how correctly add this to my project? Can you give me step by step instruction? Thanks

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about mvccontrib