Hello all,
I am working on a new project which contains a lot of custom code / modules. This project i currently running 8.1.x.x which it does perfectly fine. However we are going to need some of the functions in the latest Dynamicweb why we are going to upgrade the solution to the latest stable dynamicweb version. (8.4.1.19 last time I checked).
I do have the "old" environment running smoothly, however when I try to setup the new solution i get a lof of assembly errors.
E.g
ExceptionMessage
Could not load file or assembly 'ABCpdf, Version=8.1.0.8, Culture=neutral, PublicKeyToken=a7a0b3f5184f2169' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Besides adding the 8.4.1.19 dynamicweb dll and whatever references (e.g. abcpdf.dll) to the custom code is there more to do?.. I must say I can load the frontend, however given the above mentioned exception my products(in this case) wont be loaded correctly. I should mention there is a custom product integration to another system.
Regarding assemblies I can't find any keys in the web.config that points to a specific, in this situation, abdpdf version. Neither in the old nor the new application folder.
The person who wrote the custom code did not see any specific issues in upgrading dynamicweb.
Am I missing something?
Cheers,
MikkelTO