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.
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.
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:
What can we do about this?
Hi Frans,
Have you rebuilt your solution and cleared out your previous build and cleared all caches?
Hi Matt,
Yes, I did all that, but the error is still coming up.
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
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
Fantastic! Glad we got there 👍
is working on a reply...