Have you tried to use the Map method that way:
Mapper.Map<DestinationClass, SourceClass>(object to convert)
?
With the 2.2 version of AutoMapper, this is how we use it and it works fine for us.
Have you tried to use the Map method that way:
Mapper.Map<DestinationClass, SourceClass>(object to convert)
?
With the 2.2 version of AutoMapper, this is how we use it and it works fine for us.