I solved it. One of my projects was referencing Automapper v3.3.0 instead of v3.3.1. On local machines v3.3.1 was placed in the website bin folder. However using our build server to deploy to the test environment v3.3.0 ended up in the bin folder there.
If somebody else have the same issue, then i found another solution. I accidental deleted the reference to Automapper.net4, adding this dll back to project solved my issue.
Trees not working after upgrade to 7.5.4
Hi,
After we upgraded to 7.5.4 we have issues loading the trees in some sections (developer, settings, users..).
It works locally for all developers. But on our test environment the trees are not loading.
This is what I see in the logs of the test environment :
Anybody got an idea what the issue is ?
Dave
I have checked that trees.config and applications.config are the same. So a merge conflict on these while doing the upgrade isn't the issue.
Dave
I solved it. One of my projects was referencing Automapper v3.3.0 instead of v3.3.1. On local machines v3.3.1 was placed in the website bin folder. However using our build server to deploy to the test environment v3.3.0 ended up in the bin folder there.
If somebody else have the same issue, then i found another solution. I accidental deleted the reference to Automapper.net4, adding this dll back to project solved my issue.
Thanks Christian, saved me a lot of time!
Wow - saved me a lot of time too - THANKS CHRISTIAN !!!!!!
Terry Clancy ClanceZ
Hi,
Which Umbraco version that are you currently used . Check that version . Then install Umbraco auto mapper - Just upgrade through nuget package - https://our.umbraco.com/packages/developer-tools/umbraco-mapper
is working on a reply...