sgjsakura / AspNetCore

ASP.NET Core Extension Library
Apache License 2.0
162 stars 26 forks source link

Sakura.AspNetCore.Mvc.PagedList tag helper is not recognised #6

Closed erksdee closed 8 years ago

erksdee commented 8 years ago

Hi,

I have encountered an error when following the instructions for implementing pagination. It seems like it doesn't like when i add @addTagHelper *, Sakura.AspNetCore.Mvc.PagedList to _ViewImports.cs

Fyi, I am using .net core RC2. If someone can please advise if i am doing something wrong or if there is a bug.

Thank you

screen shot 2016-06-26 at 10 08 32 am
sgjsakura commented 8 years ago

@erkan1991 HI, it seems you have not successfully installed the Sakura.AspNetCore.Mvc.PagedList package in your project. In order to find the exact reason for this error, could you please send a complete demo project to reproduce this problem? Thank you~

sgjsakura commented 8 years ago

I'm closing this issue since the author has no reply. Please feel free to reopen it if you still have any question.