martijnboland / MvcPaging

ASP.NET MVC Paging HTML helper
https://blogs.taiga.nl/martijn/2008/08/27/paging-with-aspnet-mvc/
MIT License
290 stars 144 forks source link

Not compatible with MVC 3 #50

Closed djsmlz closed 9 years ago

djsmlz commented 9 years ago

Hi,

I am stuck with this error, is the library compatible with MVC3 or how do I go around this without upgrading to MVC4?

Error 1 Assembly 'MvcPaging, Version=2.1.2.28, Culture=neutral, PublicKeyToken=null' uses 'System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
c:*_\packages\MvcPaging.2.1.2\lib\net40\MvcPaging.dll _****

martijnboland commented 9 years ago

Not possible I'm afraid. I guess you could try an older version like 2.0.3 or 2.0.4.

djsmlz commented 9 years ago

Ok i will.