Exception after update to AutoMapper 8

Hi!

I got this exception after upgrade to AutoMapper 8 via latest Klarna plugin:

Metoden MapExpression i typen AutoMapper.Mappers.ObjectToEquivalencyExpressionByEquivalencyExistingMapper från sammansättningen AutoMapper.Collection, Version=4.0.0.0, Culture=neutral, PublicKeyToken=e57c3f0a3d6646db saknar implementering.*

Any ideas?

Thanks!

/Kristoffer

Litium version: 6.3.9

Hi!
Upgraded AutoMapper.Collection to 5.0 and then got this message:

System.MissingMethodException: Metoden hittades inte: Void AutoMapper.IMemberConfigurationExpression3.ResolveUsing(System.Func2<!0,!!0>).

Can you run 6.3.9 with AutoMapper 8? It is the Litium.Application.Runtime.ApplicationStartupEngine.Init() that fails.

Thanks!

/Kristoffer

Supported AutoMapper version on Litium 6.3.9 is:

<package id="AutoMapper" version="7.0.1" targetFramework="net461" />

Now this i bad, since the latest version of Litium.Addon.Klarna requires AutoMapper 8.0. How come you change major version from 7 to 8 when going from 4.7.110 to 4.7.111 on the Klarna addon? That is really strange!

Ok, so how do we fix this? We have been waiting for the new Klarna package that supports Klarna Shipping.

/Kristoffer

R&D is looking into this issue.

You can now use this new version 4.7.112 which fixed that issue.
https://docs.litium.com/documentation/add-ons/payments/klarna/release-notes

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.