Coder Social home page Coder Social logo

Comments (4)

ricardovsilva avatar ricardovsilva commented on May 18, 2024

After delete PagedList.dll from references, I'm getting execution time error related to temporary files. I already deleted these temporaries but the problem persists.

The type 'PagedList.IPagedList' exists in both 'c:\Users\xxx\AppData\Local\Temp\Temporary ASP.NET Files\root\b79c1da8\6c072ce6\assembly\dl3\a5d9c6c5\d6d07659_3510d101_0\PagedList.DLL' and 'c:\Users\xxx\AppData\Local\Temp\Temporary ASP.NET Files\root\b79c1da8\6c072ce6\assembly\dl3\1556ef00\b6769801_7f11d101\X.PagedList.DLL'

from x.pagedlist.

ernado-x avatar ernado-x commented on May 18, 2024

Plaease view updated package. I install it on new project and have no conflicts.

https://www.nuget.org/packages/X.PagedList.Mvc/

from x.pagedlist.

MNeverOff avatar MNeverOff commented on May 18, 2024

Simply rolling new build may not help this gentleman.

I've encountered the same issue and had to do next steps:

  1. Go to view to the namespace declarations
    (@using PagedList.Mvc;
    @using PagedList;)
  2. RMD on namespace -> Go to definition,

From there you'll find the location of the PagedList .dll, which was left over by the VS for some god forsaken reason.
I deleted the DLL and everything went back to normal.

from x.pagedlist.

rfolopes avatar rfolopes commented on May 18, 2024

i have this error when i create a @html.dropdownlist() => InvalidCastException: Unable to cast object of type 'X.PagedList.PagedList`1[Project_V1.Models.St]' to type 'Microsoft.AspNetCore.Mvc.Rendering.SelectList'. can anyone help me pls?

from x.pagedlist.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.