Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Frans Lammers 57 posts 400 karma points c-trib
    Mar 24, 2022 @ 09:53
    Frans Lammers
    0

    Vendr - error in backoffice - Orders after updating Nuget package to 2.1.2

    We updated the Vendr Nuget Package from version 2.0.5 to the latest stable version 2.1.2.

    Now when we open the order overview in the backoffice the next error appears:

    Request error: The URL returned a 404 (not found): 
    /umbraco/backoffice/vendr/Order/GetOrderAdvancedFilters
    

    What can we do about this?

  • Matt Brailsford 4124 posts 22215 karma points MVP 9x c-trib
    Mar 24, 2022 @ 09:56
    Matt Brailsford
    0

    Hi Frans,

    Have you rebuilt your solution and cleared out your previous build and cleared all caches?

  • Frans Lammers 57 posts 400 karma points c-trib
    Mar 24, 2022 @ 10:25
    Frans Lammers
    0

    Hi Matt,

    Yes, I did all that, but the error is still coming up.

  • Matt Brailsford 4124 posts 22215 karma points MVP 9x c-trib
    Mar 24, 2022 @ 10:43
    Matt Brailsford
    0

    Hey Frans,

    It really does sound to me like there is an old DLL hanging around. Is this a multi project solution? Have you made sure you have upgraded every project to the 2.1.2? It could be a project you have a reference to is pulling in the previous versions DLL which didn't have that API method at the time.

    Matt

  • Frans Lammers 57 posts 400 karma points c-trib
    Mar 24, 2022 @ 12:28
    Frans Lammers
    100

    Hi Matt,

    You were right: for some unknown reason the .DLL's in the bin-directory were not updated by the Nuget update. So I removed the Vendr -packages from my packages.config and removed the incorrect DLL's. After re-installing the Vendr Nuget package the bin folder contains the right version and the error has gone.

    Thanks! Frans

  • Matt Brailsford 4124 posts 22215 karma points MVP 9x c-trib
    Mar 24, 2022 @ 13:44
    Matt Brailsford
    0

    Fantastic! Glad we got there 👍

Please Sign in or register to post replies

Write your reply to:

Draft