I use mvccontrib and after responding to darin, it should work. The following steps followed:
copy mvccontrib.dll and mvccontrib.fluent.dll to the bin folder
make a link in the links to these dlls, creating a link for mvccontrib and mvccontrib.fluent.
two namespaces with the following names:
add namespace = "MvcContrib" add namespace = "MvcContrib.FluentHtml"
in my controller, I enable the use of MvcContrib.Pagination;
Finally, I used in my opinion: @using MvcContrib.UI.Pager @using MvcContrib.Pagination
and rebuild. hope this helps.
source share