Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

netstandard required for 8.0.7? #198

Closed
pmarangoni opened this issue Nov 19, 2020 · 4 comments
Closed

netstandard required for 8.0.7? #198

pmarangoni opened this issue Nov 19, 2020 · 4 comments
Milestone

Comments

@pmarangoni
Copy link

After upgrading my ASP.NET MVC project from framework 4.72 to 4.8, I receive this error on a page that references/uses X.PageList:

error CS0012: The type 'IEnumerable<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.

@hn1
Copy link

hn1 commented Nov 20, 2020

Hi,
If you upgrade to .NET 5.0, the 8.0.7 control just breaks in so many ways, it becomes unusable.
Any ideas?

@pmarangoni
Copy link
Author

The project with which I am using X.PagedList is not a .NET Core project. When I upgrade it to .NET 5 I will be rearchitecting the whole thing, and most likely won't be using X.PagedList with it.

@sashapvt
Copy link

I think it's a common problem and doesn't relly on X.PagedList. We had got the same problem after upgrading one of the projects in the solution to netstandard 2.0. The possible solution you may find here or here .

@ernado-x ernado-x added this to the 8.1 milestone Nov 29, 2020
@ernado-x
Copy link
Member

ernado-x commented May 8, 2021

New version was published: https://github.com/dncuug/X.PagedList/releases/tag/v8.1

.NET Framework support was dropped.

@ernado-x ernado-x closed this as completed May 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants